Browse Source

Bump VERSION

Elliot Saba 8 years ago
parent
commit
e2fc5dd2f8
1 changed files with 2 additions and 2 deletions
  1. 2 2
      Make.inc

+ 2 - 2
Make.inc

@@ -3,9 +3,9 @@
 OS := $(shell uname)
 # Do not forget to bump SOMINOR when changing VERSION,
 # and SOMAJOR when breaking ABI in a backward-incompatible way
-VERSION = 0.5-dev
+VERSION = 0.5.1-dev
 SOMAJOR = 2
-SOMINOR = 1
+SOMINOR = 2
 DESTDIR =
 prefix = /usr/local
 bindir = $(prefix)/bin