Skip to content

Commit

Permalink
#324 Source code version bump to 8.4.3
Browse files Browse the repository at this point in the history
  • Loading branch information
dannagle committed Aug 20, 2023
1 parent 266fba1 commit 5915ce8
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion ci_cd/windows/makeall.bat
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,5 @@ POPD
GOTO End1

:No1
ECHO Need build version param (such as 8.0.3)
ECHO Need build version param (such as 8.4.3)
:End1
2 changes: 1 addition & 1 deletion ci_cd/windows/win-prebuild.bat
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@ wsl php ci_cd/windows/win-prebuild.php
GOTO End1

:No1
ECHO Need build version param (such as 8.0.3)
ECHO Need build version param (such as 8.4.3)
:End1
4 changes: 2 additions & 2 deletions src/globals.h
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,11 @@
#define GLOBALS_H

//BEGIN SW VERSION
#define SW_VERSION "8.0.6"
#define SW_VERSION "8.4.3"
//END SW VERSION

//BEGIN FILE VERSION
#define VER_FILEVERSION 8,0,6,0
#define VER_FILEVERSION 8,4,3,0
//END FILE VERSION

#define QDEBUG() qDebug() << __FILE__ << "/" <<__LINE__ <<"(" << __FUNCTION__ << "):"
Expand Down

0 comments on commit 5915ce8

Please sign in to comment.