Bump version to 0.9.30

Also, credit Jacques for French update.
This commit is contained in:
Bill Kendrick 2023-04-03 22:05:22 -07:00
parent e1cd4bb0cc
commit a9e395dab8
5 changed files with 20 additions and 7 deletions

View file

@ -4,12 +4,12 @@
# Various contributors (see AUTHORS.txt) # Various contributors (see AUTHORS.txt)
# https://tuxpaint.org/ # https://tuxpaint.org/
# June 14, 2002 - April 1, 2023 # June 14, 2002 - April 3, 2023
# The version number, for release: # 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" # We are always SDL2 now, so don't need "-sdl2"
VER_FLAVOR:="" VER_FLAVOR:=""
ifdef SOURCE_DATE_EPOCH ifdef SOURCE_DATE_EPOCH

View file

@ -6,6 +6,11 @@ Copyright (c) 2002-2023
Various contributors (see below, and AUTHORS.txt) Various contributors (see below, and AUTHORS.txt)
https://tuxpaint.org/ 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) 2023.April.2 (0.9.29)
* Improvements to "Stamp" tool: * Improvements to "Stamp" tool:

View file

@ -43,6 +43,11 @@
</screenshot> </screenshot>
</screenshots> </screenshots>
<releases> <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"> <release version="0.9.29" date="2023-04-02">
<description> <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> <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>

View file

@ -1,6 +1,6 @@
Summary: A drawing program for young children Summary: A drawing program for young children
Name: tuxpaint Name: tuxpaint
Version: 0.9.29 Version: 0.9.30
Release: 1 Release: 1
License: GPL License: GPL
Group: Multimedia/Graphics Group: Multimedia/Graphics
@ -106,6 +106,9 @@ rm -rf $RPM_BUILD_ROOT
%{_docdir}/tuxpaint/*/html/tp_magic_example.c %{_docdir}/tuxpaint/*/html/tp_magic_example.c
%changelog %changelog
* Mon Apr 04 2023 <nbs@sonic.net> -
- Set version number 0.9.30
* Wed Mar 22 2023 <dolphin6k@wmail.plala.or.jp> * Wed Mar 22 2023 <dolphin6k@wmail.plala.or.jp>
- Removed suffix "-sdl2" from the release tar ball. - Removed suffix "-sdl2" from the release tar ball.

View file

@ -26,8 +26,8 @@ IDI_ICON1 ICON DISCARDABLE "data/images/icon-win32.ico"
// //
VS_VERSION_INFO VERSIONINFO VS_VERSION_INFO VERSIONINFO
FILEVERSION 0,9,29,0 FILEVERSION 0,9,30,0
PRODUCTVERSION 0,9,29,0 PRODUCTVERSION 0,9,30,0
FILEFLAGSMASK 0x3fL FILEFLAGSMASK 0x3fL
#ifdef _DEBUG #ifdef _DEBUG
FILEFLAGS 0x21L FILEFLAGS 0x21L
@ -45,14 +45,14 @@ BEGIN
VALUE "Comments", "\0" VALUE "Comments", "\0"
VALUE "CompanyName", "New Breed Software\0" VALUE "CompanyName", "New Breed Software\0"
VALUE "FileDescription", "Tux Paint - Interactive Paint Program.\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 "InternalName", "Tux Paint\0"
VALUE "LegalCopyright", "Copyright (C) 2002-2023 by Bill Kendrick, et al\0" VALUE "LegalCopyright", "Copyright (C) 2002-2023 by Bill Kendrick, et al\0"
VALUE "LegalTrademarks", "\0" VALUE "LegalTrademarks", "\0"
VALUE "OriginalFilename", "TuxPaint.exe\0" VALUE "OriginalFilename", "TuxPaint.exe\0"
VALUE "PrivateBuild", "\0" VALUE "PrivateBuild", "\0"
VALUE "ProductName", "Tux Paint\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" VALUE "SpecialBuild", "win32 build by TOYAMA Shin-ichi\0"
END END
END END