Skip to content

Commit

Permalink
Better handling of unknown version by build script No.2
Browse files Browse the repository at this point in the history
  • Loading branch information
houmain committed Mar 7, 2022
1 parent 7584cc1 commit d11ad2a
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/win32/resource.rc.in
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@
#define VER_COMPANYNAME_STR "https://github.com/houmain/keymapper"
#define VER_LEGALCOPYRIGHT_STR "(c) 2019-2022 by Albert Kalchmair"

#define VER_FILEVERSION ${GIT_COMMIT_FILEVERSION},0
#define VER_FILEVERSION_STR "${GIT_COMMIT_LAST_TAG}\0"
#define VER_FILEVERSION ${FILE_VERSION},0
#define VER_FILEVERSION_STR "${VERSION}\0"

#define VER_PRODUCTVERSION ${GIT_COMMIT_FILEVERSION},0
#define VER_PRODUCTVERSION_STR "${GIT_COMMIT_LAST_TAG}\0"
#define VER_PRODUCTVERSION ${FILE_VERSION},0
#define VER_PRODUCTVERSION_STR "${VERSION}\0"

1 VERSIONINFO
FILEVERSION VER_FILEVERSION
Expand Down

0 comments on commit d11ad2a

Please sign in to comment.