Skip to content

Commit

Permalink
Bump version to 9.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
sinsanction committed Aug 3, 2024
1 parent 05947a3 commit 6f2a3d2
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.3.*")]
[assembly: AssemblyVersion("9.0.4.*")]
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.3"
!define PROG_VERSION "9.0.4"

!define MUI_FINISHPAGE_RUN
!define MUI_FINISHPAGE_RUN_FUNCTION PageFinishRun
Expand Down

0 comments on commit 6f2a3d2

Please sign in to comment.