diff --git a/Makefile b/Makefile
index 323d673681411e798bf3ae48dce6c4aac11a0bcb..8f6804d9553ca008ace04442d560970f5612a662 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   := 33
+PATCH   := 34
 VERSION := $(SOVERSION).$(PATCH)
 EXTVERS :=
 #EXTVERS := -et
diff --git a/SConstruct b/SConstruct
index 68f52525265e336537e3eb2d6a6a9379e3176a40..9333e4b37384afa36734ade172f325b0b10c6a55 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 = '33')
+baseenv.Append(PATCH = '34')
 baseenv.Append(SOVERSION = baseenv.subst('$MAJORVERSION')+'.'+baseenv.subst('$MINORVERSION'))
 baseenv.Append(VERSION = baseenv.subst('$SOVERSION')+'.'+baseenv.subst('$PATCH'))
 baseenv.Append(EXTVERS = '')