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

Version is 1.6.2

parent 23c77427
No related branches found
Tags Release-162
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.6
PATCH := 1
PATCH := 2
VERSION := $(SOVERSION).$(PATCH)
EXTVERS :=
#EXTVERS := -et
......
......@@ -18,7 +18,7 @@ baseenv.Append(HA_SRC = baseenv.subst('$HA_DIR')+'/src ')
baseenv.Append(HA_DC = baseenv.subst('$HA_DIR')+'/hana_decode ')
baseenv.Append(MAJORVERSION = '1')
baseenv.Append(MINORVERSION = '6')
baseenv.Append(PATCH = '1')
baseenv.Append(PATCH = '2')
baseenv.Append(SOVERSION = baseenv.subst('$MAJORVERSION')+'.'+baseenv.subst('$MINORVERSION'))
baseenv.Append(VERSION = baseenv.subst('$SOVERSION')+'.'+baseenv.subst('$PATCH'))
baseenv.Append(NAME = 'analyzer-'+baseenv.subst('$VERSION'))
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment