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 2f958ed commit ea27aeaCopy full SHA for ea27aea
OKEGui/OKEGui/Properties/AssemblyInfo.cs
@@ -47,4 +47,4 @@
47
//可以指定所有这些值,也可以使用“生成号”和“修订号”的默认值,
48
// 方法是按如下所示使用“*”: :
49
// [assembly: AssemblyVersion("1.0.*")]
50
-[assembly: AssemblyVersion("6.7.*")]
+[assembly: AssemblyVersion("6.8.*")]
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 "6.7"
+!define PROG_VERSION "6.8"
26
27
!define MUI_FINISHPAGE_RUN
28
!define MUI_FINISHPAGE_RUN_FUNCTION PageFinishRun
0 commit comments