Skip to content

Commit ea27aea

Browse files
committed
Updated version to 6.9
1 parent 2f958ed commit ea27aea

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

OKEGui/OKEGui/Properties/AssemblyInfo.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,4 +47,4 @@
4747
//可以指定所有这些值,也可以使用“生成号”和“修订号”的默认值,
4848
// 方法是按如下所示使用“*”: :
4949
// [assembly: AssemblyVersion("1.0.*")]
50-
[assembly: AssemblyVersion("6.7.*")]
50+
[assembly: AssemblyVersion("6.8.*")]

dist/windows/options.nsi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ XPStyle on
2222
!define CSIDL_LOCALAPPDATA '0x1C' ;Local Application Data path
2323

2424
; Program specific
25-
!define PROG_VERSION "6.7"
25+
!define PROG_VERSION "6.8"
2626

2727
!define MUI_FINISHPAGE_RUN
2828
!define MUI_FINISHPAGE_RUN_FUNCTION PageFinishRun

0 commit comments

Comments
 (0)