Skip to content

Commit

Permalink
Bump version to 9.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
sinsanction committed Jun 26, 2024
1 parent 863aadb commit 55a98ed
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion OKEGui/OKEGui/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -47,4 +47,4 @@
//可以指定所有这些值,也可以使用“生成号”和“修订号”的默认值,
// 方法是按如下所示使用“*”: :
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("9.0.1.*")]
[assembly: AssemblyVersion("9.0.3.*")]
2 changes: 1 addition & 1 deletion dist/windows/options.nsi
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ XPStyle on
!define CSIDL_LOCALAPPDATA '0x1C' ;Local Application Data path

; Program specific
!define PROG_VERSION "9.0.1"
!define PROG_VERSION "9.0.3"

!define MUI_FINISHPAGE_RUN
!define MUI_FINISHPAGE_RUN_FUNCTION PageFinishRun
Expand Down

0 comments on commit 55a98ed

Please sign in to comment.