From 8a23f834f044ebca1aebc8e87a7ec71cc960f364 Mon Sep 17 00:00:00 2001 From: Ole Hansen <ole@jlab.org> Date: Sat, 18 Feb 2017 22:25:26 -0500 Subject: [PATCH] Version is 1.5.35 --- Makefile | 2 +- SConstruct | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 5718e618..b40a5088 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 9333e4b3..e384a012 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 = '') -- GitLab