Skip to content

Commit

Permalink
Bump version of addon modules which need to be updated.
Browse files Browse the repository at this point in the history
  • Loading branch information
agraef committed Apr 11, 2018
1 parent e3024ea commit 9577dc9
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion pure-avahi/Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@

pkgname = pure-avahi
version = 0.3
version = 0.4

# platform-specific setup

Expand Down
2 changes: 1 addition & 1 deletion pure-bonjour/Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@

pkgname = pure-bonjour
version = 0.1
version = 0.2

# platform-specific setup

Expand Down
2 changes: 1 addition & 1 deletion pure-ffi/Makefile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@

# Package name and version number:
dist = pure-ffi-$(version)
version = 0.14
version = 0.15

# compiler flags -- these can be overridden from the command line if needed,
# as well as CPPFLAGS, LDFLAGS and LIBS
Expand Down
2 changes: 1 addition & 1 deletion pure-lilv/Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@

pkgname = pure-lilv
version = 0.4
version = 0.5

# platform-specific setup

Expand Down
2 changes: 1 addition & 1 deletion pure-octave/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

# Package name and version number:
dist = pure-octave-$(version)
version = 0.9
version = 0.10

# platform-specific setup

Expand Down
2 changes: 1 addition & 1 deletion pure-sockets/Makefile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@

# Package name and version number:
pkgname = pure-sockets
version = 0.7
version = 0.8

# compiler flags -- these can be overridden from the command line if needed,
# as well as CPPFLAGS, LDFLAGS and LIBS
Expand Down

0 comments on commit 9577dc9

Please sign in to comment.