Skip to content
Snippets Groups Projects
Commit 72a39be6 authored by Ole Hansen's avatar Ole Hansen
Browse files

Version is 1.5.33

parent fdc1c139
No related branches found
No related tags found
No related merge requests found
......@@ -14,7 +14,7 @@ export WITH_DEBUG = 1
# SOVERSION should be numerical only - it becomes the shared lib soversion
# EXTVERS (optional) describes the build, e.g. "dbg", "et", "gcc33" etc.
SOVERSION := 1.5
PATCH := 32
PATCH := 33
VERSION := $(SOVERSION).$(PATCH)
EXTVERS :=
#EXTVERS := -et
......
......@@ -21,7 +21,7 @@ baseenv.Append(HA_DC = baseenv.subst('$HA_DIR')+'/hana_decode ')
baseenv.Append(HA_SCALER = baseenv.subst('$HA_DIR')+'/hana_scaler ')
baseenv.Append(MAJORVERSION = '1')
baseenv.Append(MINORVERSION = '5')
baseenv.Append(PATCH = '32')
baseenv.Append(PATCH = '33')
baseenv.Append(SOVERSION = baseenv.subst('$MAJORVERSION')+'.'+baseenv.subst('$MINORVERSION'))
baseenv.Append(VERSION = baseenv.subst('$SOVERSION')+'.'+baseenv.subst('$PATCH'))
baseenv.Append(EXTVERS = '')
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment