From d2f9401f55db72bb09673eba89f23a3c40f2290f Mon Sep 17 00:00:00 2001
From: Ole Hansen <ole@jlab.org>
Date: Fri, 24 Feb 2017 18:15:37 -0500
Subject: [PATCH] Version is 1.5.36

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

diff --git a/Makefile b/Makefile
index b40a5088..4d9b0c0c 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 e384a012..6e4d6207 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 = '')
-- 
GitLab