flutter: Windows: Change version to 1.0.4

This commit is contained in:
Calcitem 2021-05-10 00:17:32 +08:00
parent 29842e44e5
commit c7bff6d150
1 changed files with 2 additions and 2 deletions

View File

@ -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,4
#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.4"
#endif
VS_VERSION_INFO VERSIONINFO