Bump version date -> 2020-05-23

This commit is contained in:
Bill Kendrick 2020-05-23 23:32:49 -07:00
parent fe57108f2f
commit 10c833e565
10 changed files with 15 additions and 12 deletions

View file

@ -5,7 +5,7 @@
Copyright (c) 2002-2020 by various contributors; see AUTHORS.txt Copyright (c) 2002-2020 by various contributors; see AUTHORS.txt
http://www.tuxpaint.org/ http://www.tuxpaint.org/
June 14, 2002 - March 28, 2020 June 14, 2002 - May 23, 2020
---------------------------------------------------------------------- ----------------------------------------------------------------------

View file

@ -5,7 +5,7 @@
Copyright (c) 2002-2020 by various contributors; see AUTHORS.txt Copyright (c) 2002-2020 by various contributors; see AUTHORS.txt
http://www.tuxpaint.org/ http://www.tuxpaint.org/
September 14, 2002 - March 28, 2020 September 14, 2002 - May 23, 2020
Drawing-related Drawing-related

View file

@ -6,7 +6,7 @@ Options Documentation
Copyright (c) 2002-2020 by various contributors; see AUTHORS.txt Copyright (c) 2002-2020 by various contributors; see AUTHORS.txt
http://www.tuxpaint.org/ http://www.tuxpaint.org/
March 28, 2020 May 23, 2020
---------------------------------------------------------------------- ----------------------------------------------------------------------

View file

@ -6,7 +6,7 @@
Copyright 2002-2020 by various contributors; see AUTHORS.txt Copyright 2002-2020 by various contributors; see AUTHORS.txt
http://www.tuxpaint.org/ http://www.tuxpaint.org/
June 14, 2002 - April 10, 2020 June 14, 2002 - May 23, 2020
---------------------------------------------------------------------- ----------------------------------------------------------------------

View file

@ -20,7 +20,8 @@ Extending Tux Paint</h1>
<p>Copyright (c) 2002-2020 by various contributors; see AUTHORS.txt<br/> <p>Copyright (c) 2002-2020 by various contributors; see AUTHORS.txt<br/>
<a href="http://www.tuxpaint.org/">http://www.tuxpaint.org/</a></p> <a href="http://www.tuxpaint.org/">http://www.tuxpaint.org/</a></p>
<p>June 14, 2002 - March 28, 2020</p> <p>June 14, 2002 -
May 23, 2020</p>
</center> </center>
<hr size=2 noshade> <hr size=2 noshade>

View file

@ -19,7 +19,9 @@ Frequently Asked Questions</h1>
<p>Copyright (c) 2002-2020 by various contributors; see AUTHORS.txt<br/> <p>Copyright (c) 2002-2020 by various contributors; see AUTHORS.txt<br/>
<a href="http://www.tuxpaint.org/">http://www.tuxpaint.org/</a></p> <a href="http://www.tuxpaint.org/">http://www.tuxpaint.org/</a></p>
<p>September 14, 2002 - March 28, 2020</p> <p>September 14, 2002 -
May 23, 2020</p>
</center> </center>
<h2>Drawing-related</h2> <h2>Drawing-related</h2>

View file

@ -19,7 +19,7 @@ version
<p>Copyright (c) 2002-2020 by various contributors; see AUTHORS.txt<br/> <p>Copyright (c) 2002-2020 by various contributors; see AUTHORS.txt<br/>
<a href="http://www.tuxpaint.org/">http://www.tuxpaint.org/</a></p> <a href="http://www.tuxpaint.org/">http://www.tuxpaint.org/</a></p>
<p>March 28, 2020</p> <p>May 23, 2020</p>
</center> </center>

View file

@ -22,7 +22,7 @@ version
<p>June 14, 2002 - <p>June 14, 2002 -
April 10, 2020</p> May 23, 2020</p>
</center> </center>

View file

@ -1,5 +1,5 @@
.\" tuxpaint.1 - 2020.04.10 .\" tuxpaint.1 - 2020.05.23
.TH TUXPAINT 1 "10 April 2020" "0.9.24" "Tux Paint" .TH TUXPAINT 1 "23 May 2020" "0.9.24" "Tux Paint"
.SH NAME .SH NAME
tuxpaint -- "Tux Paint", a drawing program for young children. tuxpaint -- "Tux Paint", a drawing program for young children.

View file

@ -22,7 +22,7 @@
Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
(See COPYING.txt) (See COPYING.txt)
June 14, 2002 - April 10, 2020 June 14, 2002 - May 23, 2020
*/ */
@ -457,7 +457,7 @@ static void mtw(wchar_t * wtok, char *tok)
#else #else
#include <librsvg/rsvg.h> #include <librsvg/rsvg.h>
#include <librsvg/rsvg-cairo.h> /* #include <librsvg/rsvg-cairo.h> -- Deprecated */
#if !defined(RSVG_H) || !defined(RSVG_CAIRO_H) #if !defined(RSVG_H) || !defined(RSVG_CAIRO_H)
#error "---------------------------------------------------" #error "---------------------------------------------------"