Skip to content

Commit

Permalink
Principia 2024.06.28
Browse files Browse the repository at this point in the history
  • Loading branch information
rollerozxa committed Jun 28, 2024
1 parent dd5abcd commit 5b141ea
Show file tree
Hide file tree
Showing 6 changed files with 19 additions and 13 deletions.
4 changes: 2 additions & 2 deletions build-android/principia/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ android {
applicationId "com.bithack.principia"
minSdk 21
targetSdk 33
versionCode 35
versionName "2024.02.29"
versionCode 36
versionName "2024.06.28"

externalNativeBuild {
ndkBuild {
Expand Down
6 changes: 6 additions & 0 deletions fastlane/metadata/android/en-US/changelogs/36.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
- Updated to the latest SDL2 on Android (previously it was on an old beta version from 2012)
- Sounds have been improved, some sounds that were missing on Android has been added
- The default community domain is now configurable
- New Lua functions have been added

For a full list of changes including bugfixes and technical changes see the Changelog.
8 changes: 4 additions & 4 deletions packaging/principia.rc
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
#include <windows.h>

#define VER_MAJOR 2024
#define VER_MINOR 02
#define VER_PATCH 29
#define VER_MINOR 06
#define VER_PATCH 28

#define VER_STRING "2024.02.29"
#define PRODUCT_VER_STRING "2024.02.29"
#define VER_STRING "2024.06.28"
#define PRODUCT_VER_STRING "2024.06.28"

1 ICON "icon.ico"
1 24 "principia.manifest"
Expand Down
6 changes: 3 additions & 3 deletions packaging/principia_install.nsi
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@ SetCompressor lzma

!define MUI_ICON "..\packaging\icon.ico"
!define VER_MAJOR 2024
!define VER_MINOR 02
!define VER_BUILD 29
!define VER_MINOR 06
!define VER_BUILD 28

!define VERSION "2024.02.29"
!define VERSION "2024.06.28"

Name "Principia"
OutFile "principia-setup.exe"
Expand Down
4 changes: 2 additions & 2 deletions packaging/version_info.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# This file is used by set_version.lua to keep track of version info. DO NOT EDIT IT MANUALLY, USE THE SCRIPT!
35
2024.02.29
36
2024.06.28
4 changes: 2 additions & 2 deletions src/src/version.hh
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@
#define VER_EXTRA
#endif

#define PRINCIPIA_VERSION_CODE 35
#define PRINCIPIA_VERSION_STRING "2024.02.29" VER_EXTRA
#define PRINCIPIA_VERSION_CODE 36
#define PRINCIPIA_VERSION_STRING "2024.06.28" VER_EXTRA

0 comments on commit 5b141ea

Please sign in to comment.