From 2f941d22f3489797a2d64836dfbf3cbb2e9028bb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mikita=20Wi=C5=9Bniewski?= Date: Sat, 6 Apr 2024 13:31:48 +0700 Subject: [PATCH] Update README.md and bump the version to 2404.00 --- CMakeLists.txt | 2 +- README.md | 4 ++++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index c39cc04..1798e3d 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -11,7 +11,7 @@ project(voxelands) set(PROJECT_NAME_CAPITALIZED "Voxelands") # Also remember to set PROTOCOL_VERSION in clientserver.h when releasing -set(VERSION_MAJOR 2210) +set(VERSION_MAJOR 2404) set(VERSION_MINOR 00) set(VERSION_EXTRA "" CACHE STRING "Stuff to append to version string") diff --git a/README.md b/README.md index 6a7e527..2a55b68 100644 --- a/README.md +++ b/README.md @@ -98,9 +98,13 @@ Controls can be set in the Settings tab of the main menu **Code:** Voxelands is licensed under the GPLv3 or later. + Copyright (c) 2022-2022 Mikita Wisniewski + Copyright (c) 2013-2016 Lisa 'darkrose' Milne + Forked from Minetest 0.3.x + Copyright (c) 2010-2011 Perttu Ahola See commits history for all contributors.