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

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

View file

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

View file

@ -70,6 +70,6 @@
<launchable type="desktop-id">principia.desktop</launchable>
<update_contact>rollerozxa@voxelmanip.se</update_contact>
<releases>
<release date="2025-04-05" version="2025.04.05"/>
<release date="2026-06-06" version="2026.06.06"/>
</releases>
</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!
39
2025.04.05
40
2026.06.06