From 08dd480aad89981c06dabdb5199eed79b1cdf54a Mon Sep 17 00:00:00 2001 From: p2r3 Date: Sun, 15 Dec 2024 20:31:27 +0200 Subject: [PATCH] bump version --- globals.cpp | 2 +- setup/setup.iss | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/globals.cpp b/globals.cpp index 4ca60fd..974dd20 100644 --- a/globals.cpp +++ b/globals.cpp @@ -31,4 +31,4 @@ int SPPLICE_INSTALL_STATE = 0; // 0 - idle; 1 - installing; 2 - installed int SPPLICE_NETCON_PORT = -1; // Holds the current version's GitHub tag for automatic updates -const std::string SPPLICE_VERSION_TAG = "v0.6.5-alpha"; +const std::string SPPLICE_VERSION_TAG = "v0.6.6-alpha"; diff --git a/setup/setup.iss b/setup/setup.iss index 0b3a44a..357acd9 100644 --- a/setup/setup.iss +++ b/setup/setup.iss @@ -2,7 +2,7 @@ ; SEE THE DOCUMENTATION FOR DETAILS ON CREATING INNO SETUP SCRIPT FILES! #define MyAppName "Spplice" -#define MyAppVersion "0.6.5" +#define MyAppVersion "0.6.6" #define MyAppPublisher "PortalRunner" #define MyAppURL "https://p2r3.com/spplice" #define MyAppExeName "SppliceCPP.exe"