Principia 2024.07.12

This commit is contained in:
ROllerozxa 2024-07-12 15:50:43 +02:00
commit 2c493dc1e1
6 changed files with 17 additions and 13 deletions

View file

@ -11,9 +11,9 @@ android {
defaultConfig {
applicationId "com.bithack.principia"
minSdk 21
versionCode 36
versionName "2024.06.28"
targetSdk 34
versionCode 37
versionName "2024.07.12"
externalNativeBuild {
ndkBuild {

View file

@ -0,0 +1,4 @@
- Fix VSync being disabled on Android (oh no)
- Fix not being able to play levels from the browser on Android
For a full list of changes including bugfixes and technical changes see the Changelog.

View file

@ -1,11 +1,11 @@
#include <windows.h>
#define VER_MAJOR 2024
#define VER_MINOR 06
#define VER_PATCH 28
#define VER_MINOR 07
#define VER_PATCH 12
#define VER_STRING "2024.06.28"
#define PRODUCT_VER_STRING "2024.06.28"
#define VER_STRING "2024.07.12"
#define PRODUCT_VER_STRING "2024.07.12"
1 ICON "icon.ico"
1 24 "principia.manifest"

View file

@ -4,10 +4,10 @@ SetCompressor lzma
!define MUI_ICON "..\packaging\icon.ico"
!define VER_MAJOR 2024
!define VER_MINOR 06
!define VER_BUILD 28
!define VER_MINOR 07
!define VER_BUILD 12
!define VERSION "2024.06.28"
!define VERSION "2024.07.12"
Name "Principia"
OutFile "principia-setup.exe"

View file

@ -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!
36
2024.06.28
37
2024.07.12

View file

@ -6,5 +6,5 @@
#define VER_EXTRA
#endif
#define PRINCIPIA_VERSION_CODE 36
#define PRINCIPIA_VERSION_STRING "2024.06.28" VER_EXTRA
#define PRINCIPIA_VERSION_CODE 37
#define PRINCIPIA_VERSION_STRING "2024.07.12" VER_EXTRA