feat: Update release workflow and versioning to stable

This commit is contained in:
Vxrtrauter
2026-04-07 22:15:51 +02:00
parent 912d9d8c00
commit ac0d64edd3
3 changed files with 70 additions and 25 deletions
+1 -1
View File
@@ -5,7 +5,7 @@
; Version is passed via /D on the command line: iscc /DMyAppVersion=...
#ifndef MyAppVersion
#define MyAppVersion "dev"
#define MyAppVersion "stable"
#endif
; SourceDir is passed via /D on the command line