mirror of
https://git.savannah.gnu.org/git/gperf.git
synced 2025-12-02 13:09:22 +00:00
Release gperf-3.2.
* src/version.cc (version_string): Bump to 3.2. * src/options.cc (Options::parse_options): Bump copyright year. * tests/*.exp: Update. * doc/gperf.texi: Bump date.
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
/* Handles parsing the Options provided to the user.
|
||||
Copyright (C) 1989-1998, 2000, 2002-2004, 2006-2009, 2011, 2016-2018 Free Software Foundation, Inc.
|
||||
Copyright (C) 1989-1998, 2000, 2002-2004, 2006-2009, 2011, 2016-2018, 2022 Free Software Foundation, Inc.
|
||||
Written by Douglas C. Schmidt <schmidt@ics.uci.edu>
|
||||
and Bruno Haible <bruno@clisp.org>.
|
||||
|
||||
@@ -1021,7 +1021,7 @@ License GPLv3+: GNU GPL version 3 or later <https://gnu.org/licenses/gpl.html>\n
|
||||
This is free software: you are free to change and redistribute it.\n\
|
||||
There is NO WARRANTY, to the extent permitted by law.\n\
|
||||
",
|
||||
"1989-2018");
|
||||
"2022");
|
||||
fprintf (stdout, "Written by %s and %s.\n",
|
||||
"Douglas C. Schmidt", "Bruno Haible");
|
||||
exit (0);
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
/* Current program version number.
|
||||
|
||||
Copyright (C) 1989-1998, 2000, 2002-2003, 2005, 2007, 2009 Free Software Foundation, Inc.
|
||||
Copyright (C) 1989-1998, 2000, 2002-2003, 2005, 2007, 2009, 2022 Free Software Foundation, Inc.
|
||||
Written by Douglas C. Schmidt <schmidt@ics.uci.edu>
|
||||
and Bruno Haible <bruno@clisp.org>.
|
||||
|
||||
@@ -23,4 +23,4 @@
|
||||
#include "version.h"
|
||||
|
||||
/* Current release version. */
|
||||
const char *version_string = "3.1";
|
||||
const char *version_string = "3.2";
|
||||
|
||||
Reference in New Issue
Block a user