Bump version to 0.9.32
This commit is contained in:
parent
d7668ddaba
commit
dcdac76c4c
4 changed files with 14 additions and 6 deletions
2
Makefile
2
Makefile
|
|
@ -9,7 +9,7 @@
|
||||||
|
|
||||||
# The version number, for release:
|
# 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"
|
# We are always SDL2 now, so don't need "-sdl2"
|
||||||
VER_FLAVOR:=""
|
VER_FLAVOR:=""
|
||||||
|
|
|
||||||
|
|
@ -43,6 +43,11 @@
|
||||||
</screenshot>
|
</screenshot>
|
||||||
</screenshots>
|
</screenshots>
|
||||||
<releases>
|
<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">
|
<release version="0.9.31" date="2023-07-20">
|
||||||
<description>
|
<description>
|
||||||
<p>New Magic tools: Loops, Ribbon, Smooth, and Squiggles.</p>
|
<p>New Magic tools: Loops, Ribbon, Smooth, and Squiggles.</p>
|
||||||
|
|
|
||||||
|
|
@ -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.31
|
Version: 0.9.32
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
Epoch: 1
|
Epoch: 1
|
||||||
License: GPL
|
License: GPL
|
||||||
|
|
@ -92,6 +92,9 @@ rm -rf $RPM_BUILD_ROOT
|
||||||
%{_docdir}/tuxpaint/*/html/tp_magic_example.c
|
%{_docdir}/tuxpaint/*/html/tp_magic_example.c
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Nov 21 2023 <nbs@sonic.net> -
|
||||||
|
- Set version number 0.9.32
|
||||||
|
|
||||||
* Sat Jul 08 2023 <dolphin6k@wmail.plala.or.jp> -
|
* Sat Jul 08 2023 <dolphin6k@wmail.plala.or.jp> -
|
||||||
- Use PACKAGE_ONLY=yes for desktop icon installation
|
- Use PACKAGE_ONLY=yes for desktop icon installation
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -26,8 +26,8 @@ IDI_ICON1 ICON DISCARDABLE "data/images/icon-win32.ico"
|
||||||
//
|
//
|
||||||
|
|
||||||
VS_VERSION_INFO VERSIONINFO
|
VS_VERSION_INFO VERSIONINFO
|
||||||
FILEVERSION 0,9,31,0
|
FILEVERSION 0,9,32,0
|
||||||
PRODUCTVERSION 0,9,31,0
|
PRODUCTVERSION 0,9,32,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.31\0"
|
VALUE "FileVersion", "0.9.32\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.31\0"
|
VALUE "ProductVersion", "0.9.32\0"
|
||||||
VALUE "SpecialBuild", "win32 build by TOYAMA Shin-ichi\0"
|
VALUE "SpecialBuild", "win32 build by TOYAMA Shin-ichi\0"
|
||||||
END
|
END
|
||||||
END
|
END
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue