forked from mirrors/principia
Principia 2024.06.28
This commit is contained in:
parent
dd5abcd4c1
commit
5b141eadd4
6 changed files with 19 additions and 13 deletions
|
|
@ -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"
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue