start new dev cycle

This commit is contained in:
Tim Felgentreff 2021-07-15 19:25:46 +02:00
parent 805f1c1921
commit 4c3ce12674
2 changed files with 7 additions and 1 deletions

View file

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

6
debian/changelog vendored
View file

@ -1,3 +1,9 @@
stratagus (3.1.2) UNRELEASED; urgency=medium
*
-- Tim Felgentreff <timfelgentreff@gmail.com> Thu, 15 Jul 2021 19:25:33 +0200
stratagus (3.1.1) focal; urgency=medium
* Allow forest generation to be slower (at minimum it can now be 2^40 seconds, before the minimum was 256 seconds)