diff options
-rw-r--r-- | Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -66,8 +66,8 @@ HEADERS = libgamma libgamma-config $(HEADERS_INFO) TESTOBJ = test # The version of the library. -LIB_MAJOR = 1 -LIB_MINOR = 0 +LIB_MAJOR = 0 +LIB_MINOR = 1 LIB_VERSION = $(LIB_MAJOR).$(LIB_MINOR) # Include configurations from `./configure`. |