-
Notifications
You must be signed in to change notification settings - Fork 2.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
3 changed files
with
3 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,7 +4,7 @@ project.ext.set("versionMajor", 5) // Version Major | |
project.ext.set("versionMinor", 3) // Version Minor | ||
project.ext.set("versionPatch", 0) // Version Patch | ||
project.ext.set("versionExtra", "-dev") // Version Extra | ||
This comment has been minimized.
Sorry, something went wrong.
This comment has been minimized.
Sorry, something went wrong.
sfan5
Author
Collaborator
|
||
project.ext.set("versionCode", 28) // Android Version Code | ||
project.ext.set("versionCode", 30) // Android Version Code | ||
// NOTE: +2 after each release! | ||
// +1 for ARM and +1 for ARM64 APK's, because | ||
// each APK must have a larger `versionCode` than the previous | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -62,6 +62,6 @@ | |
<translation type="gettext">minetest</translation> | ||
<update_contact>[email protected]</update_contact> | ||
<releases> | ||
<release date="2020-04-05" version="5.2.0"/> | ||
<release date="2020-07-09" version="5.3.0"/> | ||
</releases> | ||
</component> |
Should have been cleared...