Principia 2026.06.06

This commit is contained in:
ROllerozxa 2026-06-06 13:24:48 +02:00
commit a22c9ed7e6
6 changed files with 16 additions and 16 deletions

View file

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

View file

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

View file

@ -5,11 +5,11 @@ ManifestDPIAware true
!include "MUI2.nsh" !include "MUI2.nsh"
!define MUI_ICON "..\packaging\icon.ico" !define MUI_ICON "..\packaging\icon.ico"
!define VER_MAJOR 2025 !define VER_MAJOR 2026
!define VER_MINOR 04 !define VER_MINOR 06
!define VER_BUILD 05 !define VER_BUILD 06
!define VERSION "2025.04.05" !define VERSION "2026.06.06"
Name "Principia" Name "Principia"
OutFile "principia-setup.exe" OutFile "principia-setup.exe"

View file

@ -70,6 +70,6 @@
<launchable type="desktop-id">principia.desktop</launchable> <launchable type="desktop-id">principia.desktop</launchable>
<update_contact>rollerozxa@voxelmanip.se</update_contact> <update_contact>rollerozxa@voxelmanip.se</update_contact>
<releases> <releases>
<release date="2025-04-05" version="2025.04.05"/> <release date="2026-06-06" version="2026.06.06"/>
</releases> </releases>
</component> </component>

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! # This file is used by set_version.lua to keep track of version info. DO NOT EDIT IT MANUALLY, USE THE SCRIPT!
39 40
2025.04.05 2026.06.06

View file

@ -6,5 +6,5 @@
#define VER_EXTRA #define VER_EXTRA
#endif #endif
#define PRINCIPIA_VERSION_CODE 39 #define PRINCIPIA_VERSION_CODE 40
#define PRINCIPIA_VERSION_STRING "2025.04.05" VER_EXTRA #define PRINCIPIA_VERSION_STRING "2026.06.06" VER_EXTRA