Principia 2025.04.05

This commit is contained in:
ROllerozxa 2025-04-05 13:05:07 +02:00
commit f71e177c43
5 changed files with 15 additions and 15 deletions

View file

@ -12,8 +12,8 @@ android {
applicationId "com.bithack.principia"
minSdk 21
targetSdk 35
versionCode 37
versionName "2024.07.12"
versionCode 39
versionName "2025.04.05"
externalNativeBuild {
ndkBuild {

View file

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

View file

@ -3,11 +3,11 @@ SetCompressor lzma
!include "MUI2.nsh"
!define MUI_ICON "..\packaging\icon.ico"
!define VER_MAJOR 2024
!define VER_MINOR 07
!define VER_BUILD 12
!define VER_MAJOR 2025
!define VER_MINOR 04
!define VER_BUILD 05
!define VERSION "2024.07.12"
!define VERSION "2025.04.05"
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!
37
2024.07.12
39
2025.04.05

View file

@ -6,5 +6,5 @@
#define VER_EXTRA
#endif
#define PRINCIPIA_VERSION_CODE 37
#define PRINCIPIA_VERSION_STRING "2024.07.12" VER_EXTRA
#define PRINCIPIA_VERSION_CODE 39
#define PRINCIPIA_VERSION_STRING "2025.04.05" VER_EXTRA