start new dev cycle

This commit is contained in:
Tim Felgentreff 2020-12-21 20:40:08 +01:00
parent b15b6ba4ca
commit 20bb6d8ad9
2 changed files with 8 additions and 1 deletions

View file

@ -34,7 +34,7 @@ set(STRATAGUS_MAJOR_VERSION 3)
# Stratagus minor version (maximum 99)
set(STRATAGUS_MINOR_VERSION 0)
# Stratagus patch level (maximum 99)
set(STRATAGUS_PATCH_LEVEL 0)
set(STRATAGUS_PATCH_LEVEL 1)
# Stratagus patch level 2
set(STRATAGUS_PATCH_LEVEL2 0)
#########################

7
debian/changelog vendored
View file

@ -1,3 +1,10 @@
stratagus (3.0.1) UNRELEASED; urgency=medium
* Be more compliant with server discovery and announcement to better support introspecting firewalls
* Be more conservative and use pure SDL when shader 0 ("none") is selected
-- Tim Felgentreff <timfelgentreff@gmail.com> Mon, 21 Dec 2020 15:48:15 +0100
stratagus (3.0.0) focal; urgency=medium
* Migrate to SDL2, remove old direct OpenGL backend