Skip to content

Commit 006947d

Browse files
authored
Update Podd to 1.7.19, hcana version is 1.5 (#530)
1 parent c1bd2a9 commit 006947d

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
cmake_minimum_required(VERSION 3.5)
22

3-
project(hcana VERSION 1.4 LANGUAGES CXX)
3+
project(hcana VERSION 1.5 LANGUAGES CXX)
44

55
option(HCANA_BUILTIN_PODD "Use built-in Podd submodule (default: YES)" ON)
66

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
# List only the implementation files (*.cxx). For every implementation file
88
# there must be a corresponding header file (*.h).
99

10-
SOVERSION := 1.4
10+
SOVERSION := 1.5
1111
PATCH := 0
1212
VERSION := $(SOVERSION).$(PATCH)
1313
EXTVERS :=

SConstruct

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ baseenv.Append(HA_Podd=os.path.join(baseenv.subst('$HA_DIR'), 'Podd'))
2828
baseenv.Append(HA_DC=os.path.join(baseenv.subst('$HA_DIR'), 'hana_decode'))
2929
baseenv.Append(HA_DB=os.path.join(baseenv.subst('$HA_DIR'), 'Database'))
3030
baseenv.Append(MAJORVERSION='1')
31-
baseenv.Append(MINORVERSION='4')
31+
baseenv.Append(MINORVERSION='5')
3232
baseenv.Append(PATCH='0')
3333
baseenv.Append(SOVERSION=baseenv.subst('$MAJORVERSION') + '.' + baseenv.subst('$MINORVERSION'))
3434
baseenv.Append(VERSION=baseenv.subst('$SOVERSION') + '.' + baseenv.subst('$PATCH'))

podd

0 commit comments

Comments
 (0)