diff options
Diffstat (limited to 'Makefile.unix')
| -rw-r--r-- | Makefile.unix | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile.unix b/Makefile.unix index 0653d4843f7e..dbb8f4cb5a90 100644 --- a/Makefile.unix +++ b/Makefile.unix @@ -3,8 +3,8 @@ DESTDIR ?= /usr/local LD ?= gcc C_COMMON_FLAGS ?= -fPIC -Wall -W -Wno-unused-parameter -Wno-pointer-sign -I./include -I./uthash -I./src -I./klib MAJOR_VERSION = 0 -MINOR_VERSION = 2 -PATCH_VERSION = 9 +MINOR_VERSION = 9 +PATCH_VERSION = 2 VERSION = "$(MAJOR_VERSION).$(MINOR_VERSION).$(PATCH_VERSION)" SONAME = libucl.so SONAME_FULL = $(SONAME).$(MAJOR_VERSION) |
