Compare commits
2 Commits
v0.99.pl27
...
developmen
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
6bdb03fed2 | ||
|
|
e79832426b |
@@ -19,7 +19,17 @@ jobs:
|
|||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
with:
|
with:
|
||||||
fetch-depth: 0
|
fetch-depth: 0
|
||||||
|
fetch-tags: true
|
||||||
submodules: recursive
|
submodules: recursive
|
||||||
|
token: ${{ secrets.RELEASE_TOKEN }}
|
||||||
|
|
||||||
|
- name: Fetch tags explicitly
|
||||||
|
run: |
|
||||||
|
git fetch --force --tags
|
||||||
|
echo "describe:"
|
||||||
|
git describe --tags --exact-match || true
|
||||||
|
echo "points-at-head:"
|
||||||
|
git tag --points-at HEAD || true
|
||||||
|
|
||||||
- name: Update submodules explicitly
|
- name: Update submodules explicitly
|
||||||
run: |
|
run: |
|
||||||
|
|||||||
@@ -7,7 +7,7 @@ enable_language(C)
|
|||||||
|
|
||||||
SET (VERSION_MAJOR "0")
|
SET (VERSION_MAJOR "0")
|
||||||
SET (VERSION_MINOR "99")
|
SET (VERSION_MINOR "99")
|
||||||
SET (VERSION_PATCH "27")
|
SET (VERSION_PATCH "28")
|
||||||
|
|
||||||
SET (MARS_NWE_VERSION_BASE "${VERSION_MAJOR}.${VERSION_MINOR}.pl${VERSION_PATCH}")
|
SET (MARS_NWE_VERSION_BASE "${VERSION_MAJOR}.${VERSION_MINOR}.pl${VERSION_PATCH}")
|
||||||
SET (MARS_NWE_VERSION "${MARS_NWE_VERSION_BASE}")
|
SET (MARS_NWE_VERSION "${MARS_NWE_VERSION_BASE}")
|
||||||
|
|||||||
Reference in New Issue
Block a user