We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 55fe7dd commit 1b65847Copy full SHA for 1b65847
CHANGELOG.md
@@ -1,6 +1,6 @@
1
# PopTracker Changelog
2
3
-## v0.35.1-rc1
+## v0.35.1
4
5
* Pack Features
6
* Lua: add missing `Archipelago.ClientStatus.CONNECTED`
src/version.h
@@ -8,9 +8,9 @@
8
/// semver <patch> of the application
9
#define APP_VERSION_REVISION 1
10
/// semver "-" <pre-release> and/or "+" <build> of the application
11
-#define APP_VERSION_EXTRA "-rc1"
+#define APP_VERSION_EXTRA ""
12
/// set to 1 for any pre-release or 0 for release and post-release
13
-#define APP_VERSION_PRERELEASE 1
+#define APP_VERSION_PRERELEASE 0
14
15
#ifndef XSTR
16
#define XSTR(s) STR(s)
0 commit comments