Skip to content

Commit

Permalink
v up to 1.0.8
Browse files Browse the repository at this point in the history
  • Loading branch information
dealnotedev committed Jun 19, 2024
1 parent 96756d6 commit eeeda79
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"
#if defined(FLUTTER_VERSION_MAJOR) && defined(FLUTTER_VERSION_MINOR) && defined(FLUTTER_VERSION_PATCH) && defined(FLUTTER_VERSION_BUILD)
#define VERSION_AS_NUMBER FLUTTER_VERSION_MAJOR,FLUTTER_VERSION_MINOR,FLUTTER_VERSION_PATCH,FLUTTER_VERSION_BUILD
#else
#define VERSION_AS_NUMBER 1,0,7,0
#define VERSION_AS_NUMBER 1,0,8,0
#endif

#if defined(FLUTTER_VERSION)
#define VERSION_AS_STRING FLUTTER_VERSION
#else
#define VERSION_AS_STRING "1.0.7"
#define VERSION_AS_STRING "1.0.8"
#endif

VS_VERSION_INFO VERSIONINFO
Expand Down

0 comments on commit eeeda79

Please sign in to comment.