changed version to v4.1
This commit is contained in:
parent
64c225f56e
commit
01668c8339
@ -8,7 +8,7 @@
|
||||
#define INVALID_KEY 1 //EXIT VALUE FOR INVALID KEY
|
||||
#define DOWNLOAD_FAILED 2 //EXIT VALUE FOR versions.json DOWNLOAD FAILED
|
||||
|
||||
#define VERSION "v4.0.1" //VERSION OF CURRENT BUILD > DO NOT TOUCH THIS <
|
||||
#define VERSION "v4.1" //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 "/tmp/versions.json" //do I have to explain this?
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
{
|
||||
"active": "v4.0.1",
|
||||
"active": "v4.1",
|
||||
|
||||
"deprecated":
|
||||
[
|
||||
@ -16,6 +16,7 @@
|
||||
"v3.3.2",
|
||||
"v3.3.3",
|
||||
"v3.3.4",
|
||||
"v4.0"
|
||||
"v4.0",
|
||||
"v4.0.1"
|
||||
]
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user