changed version to v4.3.1

This commit is contained in:
Václav Šmejkal 2022-07-22 17:05:51 +02:00
parent 5e87e4612d
commit 06cacc3fa7
No known key found for this signature in database
GPG Key ID: FD749A97DF2D5E19
2 changed files with 4 additions and 3 deletions

View File

@ -8,7 +8,7 @@
#define DOWNLOAD_FAILED 2 //EXIT VALUE FOR versions.json DOWNLOAD FAILED
#define UPDATE_FAILED 3 //EXIT VALUE FOR UPDATE FAILED
#define VERSION "v4.3" //VERSION OF CURRENT BUILD > DO NOT TOUCH THIS <
#define VERSION "v4.3.1" //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?

View File

@ -1,5 +1,5 @@
{
"active": "v4.3",
"active": "v4.3.1",
"deprecated":
[
@ -20,6 +20,7 @@
"v4.0.1",
"v4.1",
"v4.2",
"v4.2.1"
"v4.2.1",
"v4.3"
]
}