Skip to content

Commit 981e218

Browse files
committed
v1.7.60
1 parent a3ebdc4 commit 981e218

File tree

4 files changed

+23
-23
lines changed

4 files changed

+23
-23
lines changed

.efrocachemap

Lines changed: 20 additions & 20 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
### 1.7.60 (build 22707, api 9, 2026-02-11)
1+
### 1.7.60 (build 22709, api 9, 2026-02-11)
22
- Fixed a longstanding issue causing impact, roll, and skid sounds to not
33
function.
44
- Fun easter-egg when clicking characters in inventory window (Thanks

src/assets/ba_data/python/baenv.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@
5757

5858
# Build number and version of the ballistica binary we expect to be
5959
# using.
60-
TARGET_BALLISTICA_BUILD = 22707
60+
TARGET_BALLISTICA_BUILD = 22709
6161
TARGET_BALLISTICA_VERSION = '1.7.60'
6262

6363

src/ballistica/shared/ballistica.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ auto main(int argc, char** argv) -> int {
4444
namespace ballistica {
4545

4646
// These are set automatically via script; don't modify them here.
47-
const int kEngineBuildNumber = 22707;
47+
const int kEngineBuildNumber = 22709;
4848
const char* kEngineVersion = "1.7.60";
4949
const int kEngineApiVersion = 9;
5050

0 commit comments

Comments
 (0)