Skip to content

Commit

Permalink
changed version to v4.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ENGO150 committed Jul 22, 2022
1 parent 5e87e46 commit 06cacc3
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 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?

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": "v4.3",
"active": "v4.3.1",

"deprecated":
[
Expand All @@ -20,6 +20,7 @@
"v4.0.1",
"v4.1",
"v4.2",
"v4.2.1"
"v4.2.1",
"v4.3"
]
}

0 comments on commit 06cacc3

Please sign in to comment.