Skip to content

Commit

Permalink
changed version to v5.0
Browse files Browse the repository at this point in the history
uhhhh I should probably type something in here, right?

view tag info
  • Loading branch information
ENGO150 committed Feb 8, 2023
1 parent c0046f6 commit 9c29743
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 @@ -29,7 +29,7 @@ enum WHY2_EXIT_CODES //exit codes you fucking idiot
WHY2_WHY2_UPDATE_FAILED = 3 //EXIT VALUE FOR UPDATE FAILED
};

#define WHY2_VERSION "v4.3.2" //WHY2_VERSION OF CURRENT BUILD > DO NOT TOUCH THIS <
#define WHY2_VERSION "v5.0" //WHY2_VERSION OF CURRENT BUILD > DO NOT TOUCH THIS <
#define WHY2_VERSIONS_URL "https://raw.githubusercontent.com/ENGO150/WHY2/release/versions.json" //URL FOR GETTING versions.json
#define WHY2_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.2",
"active": "v5.0",

"deprecated":
[
Expand All @@ -22,6 +22,7 @@
"v4.2",
"v4.2.1",
"v4.3",
"v4.3.1"
"v4.3.1",
"v4.3.2"
]
}

0 comments on commit 9c29743

Please sign in to comment.