Bumping version to 0.9.25

This commit is contained in:
Bill Kendrick 2020-06-22 22:58:12 -07:00
parent 90871308ef
commit b65d7f9da4
11 changed files with 28 additions and 22 deletions

View file

@ -1,15 +1,15 @@
# Tux Paint - A simple drawing program for children.
# Copyright (c) 2002-2019
# Copyright (c) 2002-2020
# Various contributors (see AUTHORS.txt)
# http://www.tuxpaint.org/
# June 14, 2002 - October 29, 2019
# June 14, 2002 - June 22, 2020
# The version number, for release:
VER_VERSION:=0.9.24
VER_VERSION:=0.9.25
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")
else

View file

@ -8,6 +8,9 @@ http://www.tuxpaint.org/
$Id$
2020.June.22 (0.9.25)
* TBD
2020.April.24 (0.9.24)
* New tools
---------

View file

@ -11,7 +11,7 @@ alink="#FF00FF">
alt="Tux&nbsp;Paint"><br>
version
0.9.24
0.9.25
<br>
Advanced Stamps HOWTO</h1>

View file

@ -12,7 +12,7 @@ alt="Tux&nbsp;Paint"><br>
version
0.9.24
0.9.25
<br>
Extending Tux Paint</h1>
@ -21,7 +21,7 @@ Extending Tux Paint</h1>
<a href="http://www.tuxpaint.org/">http://www.tuxpaint.org/</a></p>
<p>June 14, 2002 -
May 29, 2020</p>
June 22, 2020</p>
</center>
<hr size=2 noshade>

View file

@ -11,7 +11,7 @@ alink="#FF00FF">
alt="Tux&nbsp;Paint"><br>
version
0.9.24
0.9.25
<br>
Frequently Asked Questions</h1>
@ -21,7 +21,7 @@ Frequently Asked Questions</h1>
<p>September 14, 2002 -
May 29, 2020</p>
June 22, 2020</p>
</center>
<h2>Drawing-related</h2>

View file

@ -11,7 +11,7 @@ alink="#FF00FF">
version
0.9.24
0.9.25
</h1>
<h2>Options Documentation</h2>
@ -19,7 +19,7 @@ version
<p>Copyright (c) 2002-2020 by various contributors; see AUTHORS.txt<br/>
<a href="http://www.tuxpaint.org/">http://www.tuxpaint.org/</a></p>
<p>May 29, 2020</p>
<p>June 22, 2020</p>
</center>

View file

@ -12,7 +12,7 @@ alt="Tux&nbsp;Paint"><br>
version
0.9.24
0.9.25
</h1>
<h3>A simple drawing program for children</h3>
@ -22,7 +22,7 @@ version
<p>June 14, 2002 -
May 29, 2020</p>
June 22, 2020</p>
</center>

View file

@ -7,7 +7,7 @@
<key>CFBundleExecutable</key>
<string>tuxpaint</string>
<key>CFBundleGetInfoString</key>
<string>0.9.24, Copyright 2009-2020, Tux Paint Development Team</string>
<string>0.9.25, Copyright 2009-2020, Tux Paint Development Team</string>
<key>CFBundleIconFile</key>
<string>tuxpaint.icns</string>
<key>CFBundleIdentifier</key>
@ -19,10 +19,10 @@
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
<string>0.9.24</string>
<string>0.9.25</string>
<key>CFBundleSignature</key>
<string>TXPT</string>
<key>CFBundleVersion</key>
<string>2020-03-28</string>
<string>2020-06-22</string>
</dict>
</plist>

View file

@ -1,5 +1,5 @@
.\" tuxpaint.1 - 2020.05.29
.TH TUXPAINT 1 "29 May 2020" "0.9.24" "Tux Paint"
.\" tuxpaint.1 - 2020.06.22
.TH TUXPAINT 1 "22 June 2020" "0.9.25" "Tux Paint"
.SH NAME
tuxpaint -- "Tux Paint", a drawing program for young children.

View file

@ -1,6 +1,6 @@
Summary: A drawing program for young children
Name: tuxpaint
Version: 0.9.24
Version: 0.9.25
Release: 1
License: GPL
Group: Multimedia/Graphics
@ -99,6 +99,9 @@ rm -rf $RPM_BUILD_ROOT
%{_mandir}/man1/tp-magic-config.*
%changelog
* Mon Jun 22 2020 <nbs@sonic.net> -
- Set version number 0.9.25
* Fri May 1 2020 <shin1@wmail.plala.or.jp> -
- Enabled using xdg-utils for installing icons.
- Wrong date in %changelog

View file

@ -26,8 +26,8 @@ IDI_ICON1 ICON DISCARDABLE "data/images/icon-win32.ico"
//
VS_VERSION_INFO VERSIONINFO
FILEVERSION 0,9,24,0
PRODUCTVERSION 0,9,24,0
FILEVERSION 0,9,25,0
PRODUCTVERSION 0,9,25,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.24\0"
VALUE "FileVersion", "0.9.25\0"
VALUE "InternalName", "Tux Paint\0"
VALUE "LegalCopyright", "Copyright (C) 2008-2020 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.24\0"
VALUE "ProductVersion", "0.9.25\0"
VALUE "SpecialBuild", "win32 build by TOYAMA Shin-ichi\0"
END
END