From eb8dd07fe9255bd12d104108b04202b58dce89a6 Mon Sep 17 00:00:00 2001
From: Ole Hansen <ole@jlab.org>
Date: Tue, 14 Feb 2017 22:55:02 -0500
Subject: [PATCH] Version is 1.5.34

---
 Makefile   | 2 +-
 SConstruct | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/Makefile b/Makefile
index 323d6736..8f6804d9 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 68f52525..9333e4b3 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 = '')
-- 
GitLab