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 863aadb commit 55a98edCopy full SHA for 55a98ed
OKEGui/OKEGui/Properties/AssemblyInfo.cs
@@ -47,4 +47,4 @@
47
//可以指定所有这些值,也可以使用“生成号”和“修订号”的默认值,
48
// 方法是按如下所示使用“*”: :
49
// [assembly: AssemblyVersion("1.0.*")]
50
-[assembly: AssemblyVersion("9.0.1.*")]
+[assembly: AssemblyVersion("9.0.3.*")]
dist/windows/options.nsi
@@ -22,7 +22,7 @@ XPStyle on
22
!define CSIDL_LOCALAPPDATA '0x1C' ;Local Application Data path
23
24
; Program specific
25
-!define PROG_VERSION "9.0.1"
+!define PROG_VERSION "9.0.3"
26
27
!define MUI_FINISHPAGE_RUN
28
!define MUI_FINISHPAGE_RUN_FUNCTION PageFinishRun
0 commit comments