diff --git a/Makefile b/Makefile index 02b6ff065c2b475d8e257fc2796dd7b9be8c8818..4da76b58ce4cd27ed3c6473f1700a764a5478525 100644 --- a/Makefile +++ b/Makefile @@ -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 := 36 +PATCH := 37 VERSION := $(SOVERSION).$(PATCH) EXTVERS := #EXTVERS := -et diff --git a/SConstruct b/SConstruct index 6e4d620726627b7912dd916ca55f8ce4142e2027..4b20d42ccfc4310ee3054835bc852a2dcd7a1961 100644 --- a/SConstruct +++ b/SConstruct @@ -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 = '36') +baseenv.Append(PATCH = '37') baseenv.Append(SOVERSION = baseenv.subst('$MAJORVERSION')+'.'+baseenv.subst('$MINORVERSION')) baseenv.Append(VERSION = baseenv.subst('$SOVERSION')+'.'+baseenv.subst('$PATCH')) baseenv.Append(EXTVERS = '')