We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c53038a commit a10c16eCopy full SHA for a10c16e
1 file changed
windows/runner/Runner.rc
@@ -63,13 +63,13 @@ IDI_APP_ICON ICON "resources\\app_icon.ico"
63
#ifdef FLUTTER_BUILD_NUMBER
64
#define VERSION_AS_NUMBER FLUTTER_BUILD_NUMBER
65
#else
66
-#define VERSION_AS_NUMBER 1,3,1
+#define VERSION_AS_NUMBER 1,3,1,10
67
#endif
68
69
#ifdef FLUTTER_BUILD_NAME
70
#define VERSION_AS_STRING #FLUTTER_BUILD_NAME
71
72
-#define VERSION_AS_STRING "1.3.1"
+#define VERSION_AS_STRING "1.3.1+10"
73
74
75
VS_VERSION_INFO VERSIONINFO
0 commit comments