Bump version to 0.4.18.3-dev and fix README.md

This commit is contained in:
luk3yx 2019-02-12 20:15:55 +13:00
parent 35ad29e88f
commit 82fa49bc96
2 changed files with 3 additions and 3 deletions

View File

@ -18,11 +18,11 @@ set(CLANG_MINIMUM_VERSION "3.4")
set(VERSION_MAJOR 0)
set(VERSION_MINOR 4)
set(VERSION_PATCH 18)
set(VERSION_TWEAK 2)
set(VERSION_TWEAK 3)
set(VERSION_EXTRA "" CACHE STRING "Stuff to append to version string")
# Change to false for releases
set(DEVELOPMENT_BUILD FALSE)
set(DEVELOPMENT_BUILD TRUE)
set(VERSION_STRING "${VERSION_MAJOR}.${VERSION_MINOR}.${VERSION_PATCH}")

View File

@ -1,7 +1,7 @@
minetest-luk3yx-4
========
A [Minetest][https://github.com/minetest/minetest] fork with backported features
A [Minetest](https://github.com/minetest/minetest) fork with backported features
and bugfixes from 5.0.0.
Copyright (C) 2010-2019 Perttu Ahola <celeron55@gmail.com>