aboutsummaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac6
1 files changed, 3 insertions, 3 deletions
diff --git a/configure.ac b/configure.ac
index 23326a3..b182729 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,14 +1,14 @@
# This file is part of tallyman -*- Autoconf -*-
-# Copyright (C) 2018 Sergey Poznyakoff
+# Copyright (C) 2018, 2019 Sergey Poznyakoff
# License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
# This is free software: you are free to change and redistribute it.
# There is NO WARRANTY, to the extent permitted by law.
AC_PREREQ([2.69])
-AC_INIT([tallyman], [0.99], [gray@gnu.org])
+AC_INIT([tallyman], [1.0], [gray+tallyman@gnu.org])
AC_CONFIG_SRCDIR([src/tallyman.c])
AC_CONFIG_HEADERS([config.h])
-AM_INIT_AUTOMAKE([1.11 foreign])
+AM_INIT_AUTOMAKE([1.15 foreign])
# Checks for programs.
AC_PROG_CC

Return to:

Send suggestions and report system problems to the System administrator.