Release candidate 0.7.0

This commit is contained in:
Christoffer Lerno
2025-03-29 22:36:28 +01:00
parent 8453270921
commit 40ff6b1315
2 changed files with 2 additions and 2 deletions

View File

@@ -769,7 +769,7 @@ jobs:
- run: mv c3-macos-Release/c3-macos-Release.zip c3-macos-Release/c3-macos.zip
- run: mv c3-macos-Debug/c3-macos-Debug.zip c3-macos-Debug/c3-macos-debug.zip
- run: gh release delete latest-master --cleanup-tag -y || true
- run: echo "RELEASE_NAME=latest-0.7.0-prerelease-$(date +'%Y%m%d-%H%M')" >> $GITHUB_ENV
- run: echo "RELEASE_NAME=latest-0.7.0-rc-$(date +'%Y%m%d-%H%M')" >> $GITHUB_ENV
- id: create_release
uses: softprops/action-gh-release@v2

View File

@@ -1,2 +1,2 @@
#define COMPILER_VERSION "0.7.0"
#define PRERELEASE 1
#define PRERELEASE 0