As discussed in #69, this only requires a minor version number bump.

This commit is contained in:
Viral B. Shah 2014-12-05 10:35:30 +05:30
parent 557ac71eaf
commit 168467f09a
1 changed files with 2 additions and 2 deletions

View File

@ -4,8 +4,8 @@ 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
SOMAJOR = 2
SOMINOR = 0
SOMAJOR = 1
SOMINOR = 1
DESTDIR =
prefix = /usr/local
bindir = $(prefix)/bin