Skip to content

Commit

Permalink
build: unset PRJ_VER_EXTRA
Browse files Browse the repository at this point in the history
  • Loading branch information
kanru committed Aug 18, 2024
1 parent 9eed0c2 commit cef6657
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 @@ -7,7 +7,7 @@ set(SUMMARY_TRANSLATIONS "zh_TW" "IBus新酷音輸入法")
set(PRJ_VER_MAJOR 2)
set(PRJ_VER_MINOR 1)
set(PRJ_VER_PATCH 0)
set(PRJ_VER_EXTRA "")
# set(PRJ_VER_EXTRA "")

set(PRJ_VER "${PRJ_VER_MAJOR}.${PRJ_VER_MINOR}.${PRJ_VER_PATCH}")
if(DEFINED PRJ_VER_EXTRA)
Expand Down

0 comments on commit cef6657

Please sign in to comment.