Skip to content

Commit

Permalink
Version is 1.7.12
Browse files Browse the repository at this point in the history
  • Loading branch information
hansenjo committed Apr 17, 2024
1 parent 4a1ea9b commit 165b63d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
cmake_minimum_required(VERSION 3.5)

project(Podd VERSION 1.7.11 LANGUAGES CXX)
project(Podd VERSION 1.7.12 LANGUAGES CXX)
set(EXTVERS)

#----------------------------------------------------------------------------
Expand Down
2 changes: 1 addition & 1 deletion SConstruct
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ baseenv.Append(HA_DC = os.path.join(baseenv.subst('$HA_DIR'),'hana_decode'))
baseenv.Append(HA_DB = os.path.join(baseenv.subst('$HA_DIR'),'Database'))
baseenv.Append(MAJORVERSION = '1')
baseenv.Append(MINORVERSION = '7')
baseenv.Append(PATCH = '11')
baseenv.Append(PATCH = '12')
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'))
Expand Down

0 comments on commit 165b63d

Please sign in to comment.