aboutsummaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac10
1 files changed, 5 insertions, 5 deletions
diff --git a/configure.ac b/configure.ac
index 2ece4b1..e9119dc 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,21 +1,21 @@
-# This file is part of Pies. -*- autoconf -*-
+# This file is part of GNU Pies. -*- autoconf -*-
# Copyright (C) 2009 Sergey Poznyakoff
#
-# Pies is free software; you can redistribute it and/or modify
+# GNU Pies is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation; either version 3, or (at your option)
# any later version.
#
-# Pies is distributed in the hope that it will be useful,
+# GNU Pies is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public License
-# along with Pies. If not, see <http://www.gnu.org/licenses/>.
+# along with GNU Pies. If not, see <http://www.gnu.org/licenses/>.
AC_PREREQ([2.63])
-AC_INIT([pies], [1.1], [bug-pies@gnu.org.ua])
+AC_INIT([GNU Pies], [1.1.90], [bug-pies@gnu.org.ua])
AC_CONFIG_SRCDIR([src/pies.h])
AC_CONFIG_AUX_DIR([build-aux])
AC_CONFIG_HEADERS([config.h])

Return to:

Send suggestions and report system problems to the System administrator.