start new release cycle
This commit is contained in:
parent
6acfad3966
commit
eb59c63ad0
3 changed files with 16 additions and 1 deletions
3
.gitignore
vendored
3
.gitignore
vendored
|
@ -1,4 +1,7 @@
|
|||
.cache
|
||||
debian/tmp/*
|
||||
gmon.*
|
||||
valgrind.*
|
||||
debian/*.debhelper
|
||||
debian/*.log
|
||||
debian/*.substvars
|
||||
|
|
|
@ -34,7 +34,7 @@ set(STRATAGUS_MAJOR_VERSION 3)
|
|||
# Stratagus minor version (maximum 99)
|
||||
set(STRATAGUS_MINOR_VERSION 3)
|
||||
# Stratagus patch level (maximum 99)
|
||||
set(STRATAGUS_PATCH_LEVEL 0)
|
||||
set(STRATAGUS_PATCH_LEVEL 1)
|
||||
# Stratagus patch level 2
|
||||
set(STRATAGUS_PATCH_LEVEL2 0)
|
||||
#########################
|
||||
|
|
12
debian/changelog
vendored
12
debian/changelog
vendored
|
@ -1,3 +1,15 @@
|
|||
stratagus (3.3.1) UNRELEASED; urgency=medium
|
||||
|
||||
[ Tim Felgentreff ]
|
||||
* fix potential crash in editor with dynamic load
|
||||
* ony draw references on units with debug print
|
||||
* fix wrong assert, compilation on ubuntu 22.04
|
||||
|
||||
[ Northfear ]
|
||||
* Fix build with enabled DYNAMIC_LOAD
|
||||
|
||||
-- Tim Felgentreff <timfelgentreff@gmail.com> Sat, 30 Jul 2022 13:22:22 +0200
|
||||
|
||||
stratagus (3.3.0) focal; urgency=medium
|
||||
|
||||
[ Alex Grant Benedict ]
|
||||
|
|
Loading…
Reference in a new issue