Skip to content

Commit 7526c55

Browse files
committed
really display the correct version
1 parent 7516fdc commit 7526c55

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

make_release.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ cp -r docs libs src test CMakeLists.txt \
2020
CONTRIBUTORS README.md README_ja.md \
2121
"release-stage-dir/jumanpp-${VERSION}"
2222

23-
echo "set(PACKAGE_VERSION ${VERSION})" > "${OUT_DIR}/version.cmake"
23+
echo "set(PROJECT_VERSION ${VERSION})" > "${OUT_DIR}/version.cmake"
2424

2525
cp -r model-template "${OUT_DIR}/model"
2626

version.cmake

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
set(PACKAGE_VERSION 2.0.0-dev)
1+
set(PROJECT_VERSION 2.0.0-dev)

0 commit comments

Comments
 (0)