Skip to content

Commit

Permalink
chore(release): bump version to 24.10.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
kanru committed Dec 22, 2024
1 parent 25ab2bf commit 9f461ca
Show file tree
Hide file tree
Showing 7 changed files with 17 additions and 17 deletions.
4 changes: 2 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ add_subdirectory(ChewingTextService)
add_subdirectory(ChewingPreferences)

set(CPACK_PACKAGE_CHECKSUM SHA256)
set(CPACK_PACKAGE_VERSION 24.10)
set(CPACK_PACKAGE_VERSION 24.10.1)
set(CPACK_SOURCE_IGNORE_FILES "/build" "/target" "/dist" "/\\\\..*")
set(CPACK_SOURCE_GENERATOR ZIP)
include(CPack)
include(CPack)
4 changes: 2 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions ChewingPreferences/ChewingPreferences.exe.manifest
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<assembly xmlns="urn:schemas-microsoft-com:asm.v1" manifestVersion="1.0">
<assemblyIdentity
name="Chewing.Windows-chewing-tsf.ChewingPreferences"
version="24.10.349.0"
version="24.10.1.0"
processorArchitecture="*"
type="win32"
/>
Expand Down Expand Up @@ -33,4 +33,4 @@
<supportedOS Id="{e2011457-1546-43c5-a5fe-008deee3d3f0}" />
</application>
</compatibility>
</assembly>
</assembly>
2 changes: 1 addition & 1 deletion installer/version.wxi
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<?xml version="1.0" encoding="UTF-8"?>
<Include>
<?define Version = "24.10.356.0"?>
<?define Version = "24.10.1.0"?>
</Include>
2 changes: 1 addition & 1 deletion libIME/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "libime2"
version = "24.10.349"
version = "24.10.1"
edition = "2021"

[lib]
Expand Down
2 changes: 1 addition & 1 deletion tsfreg/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "tsfreg"
version = "24.10.349"
version = "24.10.1"
edition = "2021"

[dependencies]
Expand Down
16 changes: 8 additions & 8 deletions version.rc
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
#define VER_FILEVERSION 24,10,356,0
#define VER_FILEVERSION_STR "24.10.356.0\0"
#define VER_PRODUCTVERSION 24,10,356,0
#define VER_PRODUCTVERSION_STR "24.10.356.0\0"
#define ABOUT_CAPTION_WITH_VER "關於新酷音輸入法 (24.10.356.0)\0"
#define ABOUT_VERSION_STR "版本:24.10.356.0\0"
#define ABOUT_RELEASE_DATE_STR "發行日期:2024 年 12 月 21 日\0"
#define PREFS_TITLE_WITH_VER "設定新酷音輸入法 (24.10.356.0)\0"
#define VER_FILEVERSION 24,10,1,0
#define VER_FILEVERSION_STR "24.10.1.0\0"
#define VER_PRODUCTVERSION 24,10,1,0
#define VER_PRODUCTVERSION_STR "24.10.1.0\0"
#define ABOUT_CAPTION_WITH_VER "關於新酷音輸入法 (24.10.1.0)\0"
#define ABOUT_VERSION_STR "版本:24.10.1.0\0"
#define ABOUT_RELEASE_DATE_STR "發行日期:2024 年 12 月 22 日\0"
#define PREFS_TITLE_WITH_VER "設定新酷音輸入法 (24.10.1.0)\0"

0 comments on commit 9f461ca

Please sign in to comment.