Skip to content

Commit

Permalink
changed version to v4.2.1
Browse files Browse the repository at this point in the history
kill me
  • Loading branch information
ENGO150 committed Jun 13, 2022
1 parent 910ac02 commit e192b0c
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 @@ -11,7 +11,7 @@
#define DOWNLOAD_FAILED 2 //EXIT VALUE FOR versions.json DOWNLOAD FAILED
#define UPDATE_FAILED 3 //EXIT VALUE FOR UPDATE FAILED

#define VERSION "v4.2" //VERSION OF CURRENT BUILD > DO NOT TOUCH THIS <
#define VERSION "v4.2.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.2",
"active": "v4.2.1",

"deprecated":
[
Expand All @@ -18,6 +18,7 @@
"v3.3.4",
"v4.0",
"v4.0.1",
"v4.1"
"v4.1",
"v4.2"
]
}

0 comments on commit e192b0c

Please sign in to comment.