mirror of
https://github.com/Bithack/principia.git
synced 2026-06-24 02:04:08 +00:00
Principia 2024.02.29
This commit is contained in:
parent
862e8faff3
commit
40bb72e730
5 changed files with 15 additions and 15 deletions
|
|
@ -11,8 +11,8 @@ android {
|
|||
applicationId "com.bithack.principia"
|
||||
minSdk 19
|
||||
targetSdk 33
|
||||
versionCode 34
|
||||
versionName "1.5.2 Beta"
|
||||
versionCode 35
|
||||
versionName "2024.02.29"
|
||||
|
||||
externalNativeBuild {
|
||||
ndkBuild {
|
||||
|
|
|
|||
|
|
@ -1,11 +1,11 @@
|
|||
#include <windows.h>
|
||||
|
||||
#define VER_MAJOR 1
|
||||
#define VER_MINOR 5
|
||||
#define VER_PATCH 2
|
||||
#define VER_MAJOR 2024
|
||||
#define VER_MINOR 02
|
||||
#define VER_PATCH 29
|
||||
|
||||
#define VER_STRING "1.5.2"
|
||||
#define PRODUCT_VER_STRING "1.5.2 Beta"
|
||||
#define VER_STRING "2024.02.29"
|
||||
#define PRODUCT_VER_STRING "2024.02.29"
|
||||
|
||||
1 ICON "icon.ico"
|
||||
1 24 "principia.manifest"
|
||||
|
|
|
|||
|
|
@ -3,11 +3,11 @@ SetCompressor lzma
|
|||
!include "MUI2.nsh"
|
||||
|
||||
!define MUI_ICON "..\packaging\icon.ico"
|
||||
!define VER_MAJOR 1
|
||||
!define VER_MINOR 5
|
||||
!define VER_BUILD 2
|
||||
!define VER_MAJOR 2024
|
||||
!define VER_MINOR 02
|
||||
!define VER_BUILD 29
|
||||
|
||||
!define VERSION "1.5.2 Beta"
|
||||
!define VERSION "2024.02.29"
|
||||
|
||||
Name "Principia"
|
||||
OutFile "principia-setup.exe"
|
||||
|
|
|
|||
|
|
@ -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!
|
||||
34
|
||||
1.5.2 Beta
|
||||
35
|
||||
2024.02.29
|
||||
|
|
|
|||
|
|
@ -6,5 +6,5 @@
|
|||
#define VER_EXTRA
|
||||
#endif
|
||||
|
||||
#define PRINCIPIA_VERSION_CODE 34
|
||||
#define PRINCIPIA_VERSION_STRING "1.5.2 Beta" VER_EXTRA
|
||||
#define PRINCIPIA_VERSION_CODE 35
|
||||
#define PRINCIPIA_VERSION_STRING "2024.02.29" VER_EXTRA
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue