aboutsummaryrefslogtreecommitdiff
path: root/util/bump_version.sh
AgeCommit message (Collapse)Author
2022-10-21Revise bump_version.sh script to address shortcomings (#12789)sfan5
2022-08-02Run Minetest update checker on startup (#7629)SmallJoker
This feature is enabled by default for non-Android release builds. Package maintainers may use -DENABLE_UPDATE_CHECKER=0 to disable it. Co-authored-by: rubenwardy <rw@rubenwardy.com> Co-authored-by: sfan5 <sfan5@live.de>
2021-06-21Move build/android directory to root of project (#11283)NeroBurner
2021-01-20Fix Android support in bump_version.sh (#10836)rubenwardy
2020-07-08Make util/bump_version.sh work againsfan5
2020-06-25Release test build to Android beta programrubenwardy
2018-10-16Add release information to appdata file (#7771)Carles Pastor Badosa
2018-06-14Fix release scriptLoïc Blot
client_lua_api.md -> client_lua_api.txt
2017-12-01Lua_api.txt: Remove MT version, fix spelling and clean upezhh
Removes references to MT version in intro section. Update bump_version.sh to no longer manage version information.
2017-08-20New version scheme (#6292)Loïc Blot
* Version changes: current dev version is now 0.5.0 * This change permit to have multi branches with various versions * Dev version is 0.5.0-dev and next release will be 0.5.0
2017-06-06Fix bump_version.sh & client_lua_api.mdLoic Blot
This modification was forgotten at release
2016-04-28Upgrade Android build to Gradle build systemShadowNinja
The old Ant build system has been deprecated for a while and new development is focused on Gradle. I also removed a hardcoded string that lint caught and moved the patch files to a subdirectory. I left the JNI files in the root directory.
2015-05-05Make Git version detection use VERSION_STRING instead of tagsShadowNinja
This fixes the problem where 0.4.12-dev versions were erroneously shown as 0.4.11-dev because the tag was added on a separate branch. It also fixes a similar issue when builders didn't fetch new tags when updating. This also removes the number-of-commits-since-tag field, since it's incompatible with this. Said field doesn't seem to be useful anyway if you have the commit hash.
2014-12-30Add util/bump_version.shKahrl