Skip to content

Commit 1b65847

Browse files
committed
Bump version to 0.35.1, update CHANGELOG
1 parent 55fe7dd commit 1b65847

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# PopTracker Changelog
22

3-
## v0.35.1-rc1
3+
## v0.35.1
44

55
* Pack Features
66
* Lua: add missing `Archipelago.ClientStatus.CONNECTED`

src/version.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@
88
/// semver <patch> of the application
99
#define APP_VERSION_REVISION 1
1010
/// semver "-" <pre-release> and/or "+" <build> of the application
11-
#define APP_VERSION_EXTRA "-rc1"
11+
#define APP_VERSION_EXTRA ""
1212
/// set to 1 for any pre-release or 0 for release and post-release
13-
#define APP_VERSION_PRERELEASE 1
13+
#define APP_VERSION_PRERELEASE 0
1414

1515
#ifndef XSTR
1616
#define XSTR(s) STR(s)

0 commit comments

Comments
 (0)