changed versions to v3.3
This commit is contained in:
parent
e3ae3fe411
commit
5c45e2c5b5
@ -8,7 +8,7 @@
|
||||
#define INVALID_KEY 1 //EXIT VALUE FOR INVALID KEY
|
||||
#define DOWNLOAD_FAILED 1 //EXIT VALUE FOR versions.json DOWNLOAD FAILED
|
||||
|
||||
#define VERSION "v3.2" //VERSION OF CURRENT BUILD > DO NOT TOUCH THIS <
|
||||
#define VERSION "v3.3" //VERSION OF CURRENT BUILD > DO NOT TOUCH THIS <
|
||||
#define VERSIONS_URL "https://raw.githubusercontent.com/ENGO150/WHY2/stable/versions.json" //URL FOR GETTING versions.json
|
||||
#define VERSIONS_NAME "versions.json" //do I have to explain this?
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
{
|
||||
"active": "v3.2",
|
||||
"active": "v3.3",
|
||||
|
||||
"deprecated": ["v1.0", "v1.1", "v2.0", "v2.1", "v2.2", "v3.0", "v3.1"]
|
||||
"deprecated": ["v1.0", "v1.1", "v2.0", "v2.1", "v2.2", "v3.0", "v3.1", "v3.2"]
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user