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

Version is 1.5.35

parent 334bbdda
No related branches found
Tags Release-1535
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 := 34
PATCH := 35
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 = '34')
baseenv.Append(PATCH = '35')
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