From 61a7ba8e1bf0f03207b57e3c792fb26eb9c6b5bd Mon Sep 17 00:00:00 2001 From: Ole Hansen <ole@jlab.org> Date: Fri, 3 Mar 2017 13:26:07 -0500 Subject: [PATCH] Version is 1.5.37 --- Makefile | 2 +- SConstruct | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 02b6ff06..4da76b58 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 := 36 +PATCH := 37 VERSION := $(SOVERSION).$(PATCH) EXTVERS := #EXTVERS := -et diff --git a/SConstruct b/SConstruct index 6e4d6207..4b20d42c 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 = '36') +baseenv.Append(PATCH = '37') baseenv.Append(SOVERSION = baseenv.subst('$MAJORVERSION')+'.'+baseenv.subst('$MINORVERSION')) baseenv.Append(VERSION = baseenv.subst('$SOVERSION')+'.'+baseenv.subst('$PATCH')) baseenv.Append(EXTVERS = '') -- GitLab