Skip to content

Commit

Permalink
Version is 1.7.5
Browse files Browse the repository at this point in the history
  • Loading branch information
hansenjo committed Aug 30, 2023
1 parent adbae7e commit 050ea94
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.4 LANGUAGES CXX)
project(Podd VERSION 1.7.5 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 @@ -27,7 +27,7 @@ baseenv.Append(HA_DC = baseenv.subst('$HA_DIR')+'/hana_decode')
baseenv.Append(HA_DB = baseenv.subst('$HA_DIR')+'/Database')
baseenv.Append(MAJORVERSION = '1')
baseenv.Append(MINORVERSION = '7')
baseenv.Append(PATCH = '4')
baseenv.Append(PATCH = '5')
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 050ea94

Please sign in to comment.