aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org>2020-09-09 18:06:10 +0300
committerSergey Poznyakoff <gray@gnu.org>2020-09-09 18:06:10 +0300
commitf0bf6afbea81979ce51103a3e499f89305afbf8b (patch)
treeadfd7fabe35917864fd0d93552fe8340e6d0eca9
parentfb0f0c9767831a373ab6a46781fad52987191c12 (diff)
downloadgenrc-f0bf6afbea81979ce51103a3e499f89305afbf8b.tar.gz
genrc-f0bf6afbea81979ce51103a3e499f89305afbf8b.tar.bz2
Version 1.2v1.2
-rw-r--r--NEWS1
-rw-r--r--configure.ac4
-rw-r--r--src/genrc.c2
3 files changed, 4 insertions, 3 deletions
diff --git a/NEWS b/NEWS
index 153fad6..98e673e 100644
--- a/NEWS
+++ b/NEWS
@@ -3,6 +3,7 @@ See the end of file for copying conditions.
Please send genrc bug reports to <gray@gnu.org> or <gray@gnu.org.ua>
+Version 1.2, 2020-09-09
* Verbose diagnostics
diff --git a/configure.ac b/configure.ac
index 2610762..35b5964 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,5 +1,5 @@
# This file is part of genrc. -*- Autoconf -*-
-# Copyright (C) 2018 Sergey Poznyakoff.
+# Copyright (C) 2018-2020 Sergey Poznyakoff.
#
# Genrc is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
@@ -15,7 +15,7 @@
# along with genrc. If not, see <http://www.gnu.org/licenses/>.
AC_PREREQ([2.69])
-AC_INIT([genrc], [1.1], [gray@gnu.org])
+AC_INIT([genrc], [1.2], [gray@gnu.org])
AC_CONFIG_SRCDIR([src/genrc.c])
AC_CONFIG_HEADERS([config.h])
AM_INIT_AUTOMAKE([1.11 foreign silent-rules])
diff --git a/src/genrc.c b/src/genrc.c
index 04845d0..868dfb0 100644
--- a/src/genrc.c
+++ b/src/genrc.c
@@ -500,7 +500,7 @@ void
version(void)
{
printf("%s\n", PACKAGE_STRING);
- printf("Copyryght (C) 2018--2020 Sergey Poznyakoff\n");
+ printf("Copyryght (C) 2018-2020 Sergey Poznyakoff\n");
printf("%s", gplv3);
}

Return to:

Send suggestions and report system problems to the System administrator.