From 6d53a2dbe0ad692d0f36fd394b7e1962d9a81730 Mon Sep 17 00:00:00 2001 From: Bruno Haible Date: Wed, 5 Jan 2022 12:59:54 +0100 Subject: 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. --- src/options.cc | 4 ++-- src/version.cc | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) (limited to 'src') diff --git a/src/options.cc b/src/options.cc index f710f47..4f759a0 100644 --- a/src/options.cc +++ b/src/options.cc @@ -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 and Bruno Haible . @@ -1021,7 +1021,7 @@ License GPLv3+: GNU GPL version 3 or later \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); diff --git a/src/version.cc b/src/version.cc index 5a2edc6..32a45d5 100644 --- a/src/version.cc +++ b/src/version.cc @@ -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 and Bruno Haible . @@ -23,4 +23,4 @@ #include "version.h" /* Current release version. */ -const char *version_string = "3.1"; +const char *version_string = "3.2"; -- cgit v1.2.1