Skip to content

Commit

Permalink
Update executable version
Browse files Browse the repository at this point in the history
  • Loading branch information
alesimula committed Nov 14, 2021
1 parent ac8cc14 commit c34f88b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions windows/runner/Runner.rc
Original file line number Diff line number Diff line change
Expand Up @@ -63,13 +63,13 @@ IDI_APP_ICON ICON "resources\\app_icon.ico"
#ifdef FLUTTER_BUILD_NUMBER
#define VERSION_AS_NUMBER FLUTTER_BUILD_NUMBER
#else
#define VERSION_AS_NUMBER 1,0,0
#define VERSION_AS_NUMBER 1,0,0,1
#endif

#ifdef FLUTTER_BUILD_NAME
#define VERSION_AS_STRING #FLUTTER_BUILD_NAME
#else
#define VERSION_AS_STRING "1.0.0"
#define VERSION_AS_STRING "1.0.0.1"
#endif

VS_VERSION_INFO VERSIONINFO
Expand Down

0 comments on commit c34f88b

Please sign in to comment.