Skip to content

Commit

Permalink
Bump version number to 2.33.33.331
Browse files Browse the repository at this point in the history
  • Loading branch information
tautcony committed Aug 30, 2020
1 parent 0de1bea commit 6848aa0
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
6 changes: 6 additions & 0 deletions ChangeLog.md
Original file line number Diff line number Diff line change
Expand Up @@ -365,3 +365,9 @@
## [2.33.33.33]
- 我始终致力于开发新功能、错误修正及效能改进。请即时更新至最新版本以取得最佳的验证体验
- 增加时间与帧数编辑功能

## [2.33.33.331]
- 修正某些时间编辑下抛异常的情况
- 增加安装包构建脚本
- 修正`Any CPU`编译条件,mp4文件在64位系统下无法正确加载的问题
- 修正四舍五入后为1000毫秒时时间未能进位的问题
4 changes: 2 additions & 2 deletions Time_Shift/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -31,5 +31,5 @@
// 可以指定所有这些值,也可以使用“生成号”和“修订号”的默认值,
// 方法是按如下所示使用“*”:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("2.33.33.33")]
[assembly: AssemblyFileVersion("2.33.33.33")]
[assembly: AssemblyVersion("2.33.33.331")]
[assembly: AssemblyFileVersion("2.33.33.331")]
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 "2.33.33.33"
!define PROG_VERSION "2.33.33.331"

!define MUI_FINISHPAGE_RUN
!define MUI_FINISHPAGE_RUN_FUNCTION PageFinishRun
Expand Down

0 comments on commit 6848aa0

Please sign in to comment.