aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--NEWS4
-rw-r--r--configure.ac2
2 files changed, 3 insertions, 3 deletions
diff --git a/NEWS b/NEWS
index 926342e..70bacd4 100644
--- a/NEWS
+++ b/NEWS
@@ -1,12 +1,12 @@
1genrc NEWS -- history of user-visible changes. 2022-03-26 1genrc NEWS -- history of user-visible changes. 2022-05-13
2See the end of file for copying conditions. 2See the end of file for copying conditions.
3 3
4Please send genrc bug reports to <gray@gnu.org> or <gray@gnu.org.ua> 4Please send genrc bug reports to <gray@gnu.org> or <gray@gnu.org.ua>
5 5
6Version 1.3.90 (git) 6Version 1.3.91 (git)
7 7
8* New option -k (--kill-mode) 8* New option -k (--kill-mode)
9 9
10The option determines how the termination sequence for the program. 10The option determines how the termination sequence for the program.
11Its argument can be: 11Its argument can be:
12 12
diff --git a/configure.ac b/configure.ac
index d4b8d0b..41ff5ef 100644
--- a/configure.ac
+++ b/configure.ac
@@ -12,13 +12,13 @@
12# GNU General Public License for more details. 12# GNU General Public License for more details.
13# 13#
14# You should have received a copy of the GNU General Public License 14# You should have received a copy of the GNU General Public License
15# along with genrc. If not, see <http://www.gnu.org/licenses/>. 15# along with genrc. If not, see <http://www.gnu.org/licenses/>.
16 16
17AC_PREREQ([2.69]) 17AC_PREREQ([2.69])
18AC_INIT([genrc], [1.3.90], [gray@gnu.org]) 18AC_INIT([genrc], [1.3.91], [gray@gnu.org])
19AC_CONFIG_SRCDIR([src/genrc.c]) 19AC_CONFIG_SRCDIR([src/genrc.c])
20AC_CONFIG_HEADERS([config.h]) 20AC_CONFIG_HEADERS([config.h])
21AM_INIT_AUTOMAKE([1.11 foreign silent-rules]) 21AM_INIT_AUTOMAKE([1.11 foreign silent-rules])
22AC_CONFIG_MACRO_DIR(grecs/am) 22AC_CONFIG_MACRO_DIR(grecs/am)
23 23
24# Enable silent rules by default 24# Enable silent rules by default

Return to:

Send suggestions and report system problems to the System administrator.