Skip to content

Commit

Permalink
demo: bump app version to 1.5.10
Browse files Browse the repository at this point in the history
  • Loading branch information
jgressmann committed Jan 25, 2025
1 parent 22f2b06 commit e746952
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Windows/app/app.rc
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

#define SC_APP_VERSION_MAJOR 1
#define SC_APP_VERSION_MINOR 5
#define SC_APP_VERSION_PATCH 9
#define SC_APP_VERSION_PATCH 10


#ifndef SC_BUILD_NUMBER
Expand Down Expand Up @@ -83,7 +83,7 @@ BEGIN
BEGIN
VALUE "FileVersion", STR(SC_APP_VERSION_MAJOR) "." STR(SC_APP_VERSION_MINOR) "." STR(SC_APP_VERSION_PATCH) "." STR(SC_BUILD_NUMBER)
VALUE "InternalName", "supercan_app.exe"
VALUE "LegalCopyright", "Copyright (c) 2020-2022 Jean Gressmann <jean@0x42.de>"
VALUE "LegalCopyright", "Copyright (c) 2020-2025 Jean Gressmann <jean@0x42.de>"
VALUE "OriginalFilename", "supercan_app.exe"
VALUE "ProductName", "SuperCAN demo application"
VALUE "ProductVersion", STR(SC_APP_VERSION_MAJOR) "." STR(SC_APP_VERSION_MINOR) "." STR(SC_APP_VERSION_PATCH) "." STR(SC_BUILD_NUMBER) "-" SC_COMMIT
Expand Down

0 comments on commit e746952

Please sign in to comment.