Bumping ver to 0.9.29-rc2
Mended a stamp scaling bug just now, so probably worth another release candidate before making a final release. N.B. Still waiting to hear back from Pere about Kaleido-# tools not appearing on Android, before cutting a new release.
This commit is contained in:
parent
df65409671
commit
55b815affc
2 changed files with 3 additions and 3 deletions
4
Makefile
4
Makefile
|
|
@ -4,12 +4,12 @@
|
|||
# Various contributors (see AUTHORS.txt)
|
||||
# https://tuxpaint.org/
|
||||
|
||||
# June 14, 2002 - March 16, 2023
|
||||
# June 14, 2002 - March 19, 2023
|
||||
|
||||
|
||||
# The version number, for release:
|
||||
|
||||
VER_VERSION:=0.9.29-rc1
|
||||
VER_VERSION:=0.9.29-rc2
|
||||
VER_FLAVOR:="-sdl2"
|
||||
ifdef SOURCE_DATE_EPOCH
|
||||
VER_DATE=$(shell date -u -d "@$(SOURCE_DATE_EPOCH)" "+%Y-%m-%d" 2>/dev/null || date -u -r "$(SOURCE_DATE_EPOCH)" "+%Y-%m-%d" 2>/dev/null || date -u "+%Y-%m-%d")
|
||||
|
|
|
|||
|
|
@ -7,7 +7,7 @@ Various contributors (see below, and AUTHORS.txt)
|
|||
https://tuxpaint.org/
|
||||
|
||||
|
||||
2023.March.18 (0.9.29) ### RC2?
|
||||
2023.March.19 (0.9.29) ### RC2
|
||||
* Improvements to "Stamp" tool:
|
||||
-----------------------------
|
||||
* Stamps may now be rotated.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue