Skip to content

Commit

Permalink
Update version
Browse files Browse the repository at this point in the history
  • Loading branch information
IBMr committed Aug 22, 2023
1 parent e7582c4 commit c0cb7e5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/applicationinfo.h
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
// https://docs.microsoft.com/ru-ru/windows/win32/menurc/versioninfo-resource?redirectedfrom=MSDN

#define APP_INFO_PRODUCTVERSION_MAJOR 0
#define APP_INFO_PRODUCTVERSION_MINOR 29
#define APP_INFO_PRODUCTVERSION_PATCH 1
#define APP_INFO_PRODUCTVERSION_MINOR 30
#define APP_INFO_PRODUCTVERSION_PATCH 0

#define APP_INFO_PRODUCTVERSION APP_INFO_PRODUCTVERSION_MAJOR, APP_INFO_PRODUCTVERSION_MINOR, APP_INFO_PRODUCTVERSION_PATCH, 0
#define APP_INFO_PRODUCTVERSION_STR STR(APP_INFO_PRODUCTVERSION_MAJOR) "." STR(APP_INFO_PRODUCTVERSION_MINOR) "." STR(APP_INFO_PRODUCTVERSION_PATCH)
Expand Down

0 comments on commit c0cb7e5

Please sign in to comment.