From 104c27086b696e2ac00fb24494b0a80354c04f66 Mon Sep 17 00:00:00 2001 From: Bill Kendrick Date: Tue, 13 Jun 2023 00:27:50 -0700 Subject: [PATCH] Bump some file update dates! --- docs/CHANGES.txt | 2 +- src/fonts.c | 2 +- src/fonts.h | 2 +- src/tuxpaint.c | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/CHANGES.txt b/docs/CHANGES.txt index 00777f79e..8612f16dc 100644 --- a/docs/CHANGES.txt +++ b/docs/CHANGES.txt @@ -6,7 +6,7 @@ Copyright (c) 2002-2023 Various contributors (see below, and AUTHORS.txt) https://tuxpaint.org/ -2023.June.8 (0.9.31) +2023.June.13 (0.9.31) * New Magic Tools: ---------------- * Loops - Draw loop-the-loops. diff --git a/src/fonts.c b/src/fonts.c index 26afe5f15..9fc1562dd 100644 --- a/src/fonts.c +++ b/src/fonts.c @@ -19,7 +19,7 @@ Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA (See COPYING.txt) - Last modified: June 8, 2023 + Last modified: June 13, 2023 */ #include diff --git a/src/fonts.h b/src/fonts.h index f369fb32e..642fc6e01 100644 --- a/src/fonts.h +++ b/src/fonts.h @@ -19,7 +19,7 @@ Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA (See COPYING.txt) - Last updated: June 8, 2023 + Last updated: June 13, 2023 */ #ifndef FONTS_H diff --git a/src/tuxpaint.c b/src/tuxpaint.c index 790da62e4..daf32ad30 100644 --- a/src/tuxpaint.c +++ b/src/tuxpaint.c @@ -22,7 +22,7 @@ Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA (See COPYING.txt) - June 14, 2002 - June 8, 2023 + June 14, 2002 - June 13, 2023 */ #include "platform.h"