From 168467f09a76687ccb57db6ca55605c469e8736b Mon Sep 17 00:00:00 2001 From: "Viral B. Shah" Date: Fri, 5 Dec 2014 10:35:30 +0530 Subject: [PATCH] As discussed in #69, this only requires a minor version number bump. --- Make.inc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Make.inc b/Make.inc index 57e4ef2..0bd71a4 100644 --- a/Make.inc +++ b/Make.inc @@ -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