Skip to content

Commit

Permalink
hardcode TRIME_VERSION
Browse files Browse the repository at this point in the history
hardcode TRIME_VERSION
  • Loading branch information
mokapsing authored Aug 29, 2023
1 parent 374a62b commit 9a1979b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion app/src/main/jni/librime_jni/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,8 @@ execute_process(
COMMAND git --git-dir ${CMAKE_SOURCE_DIR}/../../../../.git describe --tags
OUTPUT_VARIABLE TRIME_VERSION
)
string(STRIP ${TRIME_VERSION} TRIME_VERSION)
#string(STRIP ${TRIME_VERSION} TRIME_VERSION)
set(TRIME_VERSION "3.2.8-renew")
set(TRIME_VERSION "${TRIME_VERSION}-${TODAY}")

execute_process(
Expand Down

0 comments on commit 9a1979b

Please sign in to comment.