File tree Expand file tree Collapse file tree 6 files changed +19
-13
lines changed
fastlane/metadata/android/en-US/changelogs Expand file tree Collapse file tree 6 files changed +19
-13
lines changed Original file line number Diff line number Diff line change @@ -11,8 +11,8 @@ android {
11
11
applicationId " com.bithack.principia"
12
12
minSdk 21
13
13
targetSdk 33
14
- versionCode 35
15
- versionName " 2024.02.29 "
14
+ versionCode 36
15
+ versionName " 2024.06.28 "
16
16
17
17
externalNativeBuild {
18
18
ndkBuild {
Original file line number Diff line number Diff line change
1
+ - Updated to the latest SDL2 on Android (previously it was on an old beta version from 2012)
2
+ - Sounds have been improved, some sounds that were missing on Android has been added
3
+ - The default community domain is now configurable
4
+ - New Lua functions have been added
5
+
6
+ For a full list of changes including bugfixes and technical changes see the Changelog.
Original file line number Diff line number Diff line change 1
1
#include <windows.h>
2
2
3
3
#define VER_MAJOR 2024
4
- #define VER_MINOR 02
5
- #define VER_PATCH 29
4
+ #define VER_MINOR 06
5
+ #define VER_PATCH 28
6
6
7
- #define VER_STRING "2024.02.29 "
8
- #define PRODUCT_VER_STRING "2024.02.29 "
7
+ #define VER_STRING "2024.06.28 "
8
+ #define PRODUCT_VER_STRING "2024.06.28 "
9
9
10
10
1 ICON "icon.ico"
11
11
1 24 "principia.manifest"
Original file line number Diff line number Diff line change @@ -4,10 +4,10 @@ SetCompressor lzma
4
4
5
5
!define MUI_ICON " ..\packaging\icon.ico"
6
6
!define VER_MAJOR 2024
7
- !define VER_MINOR 02
8
- !define VER_BUILD 29
7
+ !define VER_MINOR 06
8
+ !define VER_BUILD 28
9
9
10
- !define VERSION " 2024.02.29 "
10
+ !define VERSION " 2024.06.28 "
11
11
12
12
Name " Principia"
13
13
OutFile " principia-setup.exe"
Original file line number Diff line number Diff line change 1
1
# This file is used by set_version.lua to keep track of version info. DO NOT EDIT IT MANUALLY, USE THE SCRIPT!
2
- 35
3
- 2024.02.29
2
+ 36
3
+ 2024.06.28
Original file line number Diff line number Diff line change 6
6
#define VER_EXTRA
7
7
#endif
8
8
9
- #define PRINCIPIA_VERSION_CODE 35
10
- #define PRINCIPIA_VERSION_STRING " 2024.02.29 " VER_EXTRA
9
+ #define PRINCIPIA_VERSION_CODE 36
10
+ #define PRINCIPIA_VERSION_STRING " 2024.06.28 " VER_EXTRA
You can’t perform that action at this time.
0 commit comments