Skip to content

Commit

Permalink
Bump to the 1.4.10+76 x2
Browse files Browse the repository at this point in the history
  • Loading branch information
Wolfteam committed Oct 4, 2022
1 parent 32eba1f commit 8ba89ed
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions windows/runner/Runner.rc
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,4,9
#define VERSION_AS_NUMBER 1,4,10
#endif

#ifdef FLUTTER_BUILD_NAME
#define VERSION_AS_STRING #FLUTTER_BUILD_NAME
#else
#define VERSION_AS_STRING "1.4.9"
#define VERSION_AS_STRING "1.4.10"
#endif

VS_VERSION_INFO VERSIONINFO
Expand Down

0 comments on commit 8ba89ed

Please sign in to comment.