diff --git a/Makefile b/Makefile index b40a5088386b3e7ddb4a453cc412eb98f47d859d..4d9b0c0c4c384052d78802ac21082b85c58f93d7 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 := 35 +PATCH := 36 VERSION := $(SOVERSION).$(PATCH) EXTVERS := #EXTVERS := -et diff --git a/SConstruct b/SConstruct index e384a012ff616631cc9a862981359c1795070715..6e4d620726627b7912dd916ca55f8ce4142e2027 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 = '35') +baseenv.Append(PATCH = '36') baseenv.Append(SOVERSION = baseenv.subst('$MAJORVERSION')+'.'+baseenv.subst('$MINORVERSION')) baseenv.Append(VERSION = baseenv.subst('$SOVERSION')+'.'+baseenv.subst('$PATCH')) baseenv.Append(EXTVERS = '')