Skip to content

Commit

Permalink
Fix missing c++ version bump (#749)
Browse files Browse the repository at this point in the history
  • Loading branch information
AntonOfTheWoods authored Dec 8, 2022
1 parent c3caa5f commit 982c74f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ set (PACKAGE_URL https://github.com/BYVoid/Opencc)
set (PACKAGE_BUGREPORT https://github.com/BYVoid/Opencc/issues)
set (OPENCC_VERSION_MAJOR 1)
set (OPENCC_VERSION_MINOR 1)
set (OPENCC_VERSION_REVISION 5)
set (OPENCC_VERSION_REVISION 6)

if (CMAKE_BUILD_TYPE MATCHES Debug)
set (version_suffix .Debug)
Expand Down

0 comments on commit 982c74f

Please sign in to comment.