Bump version to 0.9.32

This commit is contained in:
Bill Kendrick 2023-11-21 23:47:20 -08:00
parent d7668ddaba
commit dcdac76c4c
4 changed files with 14 additions and 6 deletions

View file

@ -9,7 +9,7 @@
# The version number, for release:
VER_VERSION:=0.9.31
VER_VERSION:=0.9.32
# We are always SDL2 now, so don't need "-sdl2"
VER_FLAVOR:=""

View file

@ -43,6 +43,11 @@
</screenshot>
</screenshots>
<releases>
<release version="0.9.32" date="2023-11-21">
<description>
<p>TBD<!-- FIXME --></p>
</description>
</release>
<release version="0.9.31" date="2023-07-20">
<description>
<p>New Magic tools: Loops, Ribbon, Smooth, and Squiggles.</p>

View file

@ -1,6 +1,6 @@
Summary: A drawing program for young children
Name: tuxpaint
Version: 0.9.31
Version: 0.9.32
Release: 1%{?dist}
Epoch: 1
License: GPL
@ -92,6 +92,9 @@ rm -rf $RPM_BUILD_ROOT
%{_docdir}/tuxpaint/*/html/tp_magic_example.c
%changelog
* Tue Nov 21 2023 <nbs@sonic.net> -
- Set version number 0.9.32
* Sat Jul 08 2023 <dolphin6k@wmail.plala.or.jp> -
- Use PACKAGE_ONLY=yes for desktop icon installation

View file

@ -26,8 +26,8 @@ IDI_ICON1 ICON DISCARDABLE "data/images/icon-win32.ico"
//
VS_VERSION_INFO VERSIONINFO
FILEVERSION 0,9,31,0
PRODUCTVERSION 0,9,31,0
FILEVERSION 0,9,32,0
PRODUCTVERSION 0,9,32,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.31\0"
VALUE "FileVersion", "0.9.32\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.31\0"
VALUE "ProductVersion", "0.9.32\0"
VALUE "SpecialBuild", "win32 build by TOYAMA Shin-ichi\0"
END
END