From 344c9eb296c75ad0b3593336c931d77020a83924 Mon Sep 17 00:00:00 2001 From: ENGO150 Date: Thu, 25 Aug 2022 12:38:49 +0200 Subject: [PATCH] changed version to v4.3.2 this is possibly the last WHY2 version --- you made my day yk I'm so happy rn I'm gonna cry --- I'm crying, Alex --- include/flags.h | 2 +- versions.json | 5 +++-- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/include/flags.h b/include/flags.h index 0d9a0d2..7c670d4 100644 --- a/include/flags.h +++ b/include/flags.h @@ -11,7 +11,7 @@ const enum EXIT_CODES //exit codes you fucking idiot UPDATE_FAILED = 3 //EXIT VALUE FOR UPDATE FAILED }; -#define VERSION "v4.3.1" //VERSION OF CURRENT BUILD > DO NOT TOUCH THIS < +#define VERSION "v4.3.2" //VERSION OF CURRENT BUILD > DO NOT TOUCH THIS < #define VERSIONS_URL "https://raw.githubusercontent.com/ENGO150/WHY2/release/versions.json" //URL FOR GETTING versions.json #define VERSIONS_NAME "/tmp/why2-versions.json" //do I have to explain this? diff --git a/versions.json b/versions.json index 10bcdf5..765d0c8 100644 --- a/versions.json +++ b/versions.json @@ -1,5 +1,5 @@ { - "active": "v4.3.1", + "active": "v4.3.2", "deprecated": [ @@ -21,6 +21,7 @@ "v4.1", "v4.2", "v4.2.1", - "v4.3" + "v4.3", + "v4.3.1" ] }