Skip to content

Commit

Permalink
version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
efroemling committed Apr 26, 2024
1 parent 7b30e89 commit da4606e
Show file tree
Hide file tree
Showing 4 changed files with 26 additions and 24 deletions.
40 changes: 20 additions & 20 deletions .efrocachemap

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
### 1.7.35 (build 21824, api 8, 2024-04-26)

### 1.7.34 (build 21823, api 8, 2024-04-26)
- Bumped Python version from 3.11 to 3.12 for all builds and project tools. One
of the things this means is that we can use `typing.override` instead of the
Expand Down
4 changes: 2 additions & 2 deletions src/assets/ba_data/python/baenv.py
Original file line number Diff line number Diff line change
Expand Up @@ -52,8 +52,8 @@

# Build number and version of the ballistica binary we expect to be
# using.
TARGET_BALLISTICA_BUILD = 21823
TARGET_BALLISTICA_VERSION = '1.7.34'
TARGET_BALLISTICA_BUILD = 21824
TARGET_BALLISTICA_VERSION = '1.7.35'


@dataclass
Expand Down
4 changes: 2 additions & 2 deletions src/ballistica/shared/ballistica.cc
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,8 @@ auto main(int argc, char** argv) -> int {
namespace ballistica {

// These are set automatically via script; don't modify them here.
const int kEngineBuildNumber = 21823;
const char* kEngineVersion = "1.7.34";
const int kEngineBuildNumber = 21824;
const char* kEngineVersion = "1.7.35";
const int kEngineApiVersion = 8;

#if BA_MONOLITHIC_BUILD
Expand Down

0 comments on commit da4606e

Please sign in to comment.