From a08dd78efcf8ddb623a92c2509aaee8c6f44b6e0 Mon Sep 17 00:00:00 2001 From: Ole Hansen <ole@jlab.org> Date: Mon, 16 Apr 2018 23:21:27 -0400 Subject: [PATCH] Version is 1.6.2 --- Makefile | 2 +- SConstruct | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 22ae81eb..a9011439 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.6 -PATCH := 1 +PATCH := 2 VERSION := $(SOVERSION).$(PATCH) EXTVERS := #EXTVERS := -et diff --git a/SConstruct b/SConstruct index 8814cbe4..df000209 100644 --- a/SConstruct +++ b/SConstruct @@ -18,7 +18,7 @@ baseenv.Append(HA_SRC = baseenv.subst('$HA_DIR')+'/src ') baseenv.Append(HA_DC = baseenv.subst('$HA_DIR')+'/hana_decode ') baseenv.Append(MAJORVERSION = '1') baseenv.Append(MINORVERSION = '6') -baseenv.Append(PATCH = '1') +baseenv.Append(PATCH = '2') baseenv.Append(SOVERSION = baseenv.subst('$MAJORVERSION')+'.'+baseenv.subst('$MINORVERSION')) baseenv.Append(VERSION = baseenv.subst('$SOVERSION')+'.'+baseenv.subst('$PATCH')) baseenv.Append(NAME = 'analyzer-'+baseenv.subst('$VERSION')) -- GitLab