You've already forked macports-ports
mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
11 lines
249 B
Diff
11 lines
249 B
Diff
--- ci/version.sh 2023-10-26 20:56:56.000000000 +0800
|
|
+++ ci/version.sh 2023-10-27 09:59:39.000000000 +0800
|
|
@@ -13,6 +13,5 @@
|
|
|
|
set -ex
|
|
|
|
-version=$(git describe --tags --dirty)
|
|
-version="${version:1}"
|
|
+version="@VERSION@"
|
|
echo $version > version
|