Skip to content

Commit

Permalink
changed version to v3.3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
ENGO150 committed May 19, 2022
1 parent 3457482 commit 9568400
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion include/flags.h
Original file line number Diff line number Diff line change
Expand Up @@ -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.3.2" //VERSION OF CURRENT BUILD > DO NOT TOUCH THIS <
#define VERSION "v3.3.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?

Expand Down
5 changes: 3 additions & 2 deletions versions.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"active": "v3.3.2",
"active": "v3.3.3",

"deprecated":
[
Expand All @@ -12,6 +12,7 @@
"v3.1",
"v3.2",
"v3.3",
"v3.3.1"
"v3.3.1",
"v3.3.2"
]
}

0 comments on commit 9568400

Please sign in to comment.