Bump version to 0.9.30
Also, credit Jacques for French update.
This commit is contained in:
parent
e1cd4bb0cc
commit
a9e395dab8
5 changed files with 20 additions and 7 deletions
4
Makefile
4
Makefile
|
|
@ -4,12 +4,12 @@
|
|||
# Various contributors (see AUTHORS.txt)
|
||||
# https://tuxpaint.org/
|
||||
|
||||
# June 14, 2002 - April 1, 2023
|
||||
# June 14, 2002 - April 3, 2023
|
||||
|
||||
|
||||
# The version number, for release:
|
||||
|
||||
VER_VERSION:=0.9.29
|
||||
VER_VERSION:=0.9.30
|
||||
# We are always SDL2 now, so don't need "-sdl2"
|
||||
VER_FLAVOR:=""
|
||||
ifdef SOURCE_DATE_EPOCH
|
||||
|
|
|
|||
|
|
@ -6,6 +6,11 @@ Copyright (c) 2002-2023
|
|||
Various contributors (see below, and AUTHORS.txt)
|
||||
https://tuxpaint.org/
|
||||
|
||||
2023.April.3 (0.9.30)
|
||||
* Localization Updates:
|
||||
---------------------
|
||||
* French translation
|
||||
Jacques Chion <jacques.chion@orange.fr>
|
||||
|
||||
2023.April.2 (0.9.29)
|
||||
* Improvements to "Stamp" tool:
|
||||
|
|
|
|||
|
|
@ -43,6 +43,11 @@
|
|||
</screenshot>
|
||||
</screenshots>
|
||||
<releases>
|
||||
<release version="0.9.30" date="2023-04-03">
|
||||
<description>
|
||||
<p>FIXME</p>
|
||||
</description>
|
||||
</release>
|
||||
<release version="0.9.29" date="2023-04-02">
|
||||
<description>
|
||||
<p>Fifteen new magic tools have been added: Maze, Googly Eyes, Fur, Circles, Rays, 3D Glasses, Color Sep., Saturate, Desaturate, Remove Color, Keep Color, Kaleido-4, Kaleido-6, Kaleido-8, and Bloom.</p>
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
Summary: A drawing program for young children
|
||||
Name: tuxpaint
|
||||
Version: 0.9.29
|
||||
Version: 0.9.30
|
||||
Release: 1
|
||||
License: GPL
|
||||
Group: Multimedia/Graphics
|
||||
|
|
@ -106,6 +106,9 @@ rm -rf $RPM_BUILD_ROOT
|
|||
%{_docdir}/tuxpaint/*/html/tp_magic_example.c
|
||||
|
||||
%changelog
|
||||
* Mon Apr 04 2023 <nbs@sonic.net> -
|
||||
- Set version number 0.9.30
|
||||
|
||||
* Wed Mar 22 2023 <dolphin6k@wmail.plala.or.jp>
|
||||
- Removed suffix "-sdl2" from the release tar ball.
|
||||
|
||||
|
|
|
|||
|
|
@ -26,8 +26,8 @@ IDI_ICON1 ICON DISCARDABLE "data/images/icon-win32.ico"
|
|||
//
|
||||
|
||||
VS_VERSION_INFO VERSIONINFO
|
||||
FILEVERSION 0,9,29,0
|
||||
PRODUCTVERSION 0,9,29,0
|
||||
FILEVERSION 0,9,30,0
|
||||
PRODUCTVERSION 0,9,30,0
|
||||
FILEFLAGSMASK 0x3fL
|
||||
#ifdef _DEBUG
|
||||
FILEFLAGS 0x21L
|
||||
|
|
@ -45,14 +45,14 @@ BEGIN
|
|||
VALUE "Comments", "\0"
|
||||
VALUE "CompanyName", "New Breed Software\0"
|
||||
VALUE "FileDescription", "Tux Paint - Interactive Paint Program.\0"
|
||||
VALUE "FileVersion", "0.9.29\0"
|
||||
VALUE "FileVersion", "0.9.30\0"
|
||||
VALUE "InternalName", "Tux Paint\0"
|
||||
VALUE "LegalCopyright", "Copyright (C) 2002-2023 by Bill Kendrick, et al\0"
|
||||
VALUE "LegalTrademarks", "\0"
|
||||
VALUE "OriginalFilename", "TuxPaint.exe\0"
|
||||
VALUE "PrivateBuild", "\0"
|
||||
VALUE "ProductName", "Tux Paint\0"
|
||||
VALUE "ProductVersion", "0.9.29\0"
|
||||
VALUE "ProductVersion", "0.9.30\0"
|
||||
VALUE "SpecialBuild", "win32 build by TOYAMA Shin-ichi\0"
|
||||
END
|
||||
END
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue