From febd4eb2bc1f05ab163ede2541079708b02b9726 Mon Sep 17 00:00:00 2001 From: Kappa322 Date: Sun, 13 Oct 2024 19:55:01 +0200 Subject: [PATCH] Version 2.12rc1 --- arcdps_personal_stats.rc | 8 ++++---- release.py | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/arcdps_personal_stats.rc b/arcdps_personal_stats.rc index 6bf308f..3c347af 100644 --- a/arcdps_personal_stats.rc +++ b/arcdps_personal_stats.rc @@ -59,8 +59,8 @@ IDR_ROOT_CERTIFICATES CERTIFICATE "vcpkg_installed\\x64-windows-st // VS_VERSION_INFO VERSIONINFO - FILEVERSION 2,11,1,1 - PRODUCTVERSION 2,11,1,1 + FILEVERSION 2,12,1,1 + PRODUCTVERSION 2,12,1,1 FILEFLAGSMASK 0x3fL #ifdef _DEBUG FILEFLAGS 0x1L @@ -76,12 +76,12 @@ BEGIN BLOCK "200004b0" BEGIN VALUE "FileDescription", "arcdps_healing_stats" - VALUE "FileVersion", "2.11.1.1" + VALUE "FileVersion", "2.12.1.1" VALUE "InternalName", "arcdps_healing_stats" VALUE "LegalCopyright", "Copyright (C) 2022" VALUE "OriginalFilename", "arcdps_healing_stats.dll" VALUE "ProductName", "arcdps_healing_stats" - VALUE "ProductVersion", "2.11.1.1" + VALUE "ProductVersion", "2.12.1.1" END END BLOCK "VarFileInfo" diff --git a/release.py b/release.py index 2e5414c..976a6ea 100644 --- a/release.py +++ b/release.py @@ -159,4 +159,4 @@ def Do_Test(): Progress("Do_Test done") #Do_Test() -Do_Release("v2.11.rc1") +Do_Release("v2.12.rc1")