Skip to content

Commit

Permalink
Updated version
Browse files Browse the repository at this point in the history
  • Loading branch information
3dproger committed Sep 9, 2022
1 parent 379b63b commit 7babee8
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 18
#define APP_INFO_PRODUCTVERSION_PATCH 4
#define APP_INFO_PRODUCTVERSION_MINOR 19
#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 7babee8

Please sign in to comment.