diff --git a/Makefile b/Makefile
index 5718e61886fada896d59bfc65e700da9c207bb99..b40a5088386b3e7ddb4a453cc412eb98f47d859d 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   := 34
+PATCH   := 35
 VERSION := $(SOVERSION).$(PATCH)
 EXTVERS :=
 #EXTVERS := -et
diff --git a/SConstruct b/SConstruct
index 9333e4b37384afa36734ade172f325b0b10c6a55..e384a012ff616631cc9a862981359c1795070715 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 = '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 = '')