diff options
author | Claudio Fontana <sick_soul@users.sourceforge.net> | 2005-12-27 04:24:57 +0000 |
---|---|---|
committer | Claudio Fontana <sick_soul@users.sourceforge.net> | 2005-12-27 04:24:57 +0000 |
commit | 50916693c92ce904c5a57e1ab6a5a6982d2d67df (patch) | |
tree | 998f3226f26a9ee835cd5a8ea1d4e5f87070449c /configure.ac | |
parent | f25997f7039e40474694aa53031d20f6209ba3d8 (diff) | |
download | idutils-50916693c92ce904c5a57e1ab6a5a6982d2d67df.tar.gz idutils-50916693c92ce904c5a57e1ab6a5a6982d2d67df.tar.bz2 idutils-50916693c92ce904c5a57e1ab6a5a6982d2d67df.zip |
* started to address portability problems in the id-utils-4.0 release
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 883692f..606c483 100644 --- a/configure.ac +++ b/configure.ac @@ -2,7 +2,7 @@ # Process this file with autoconf to produce a configure script. AC_PREREQ(2.59) -AC_INIT([id-utils], [4.0], [bug-id-utils@gnu.org]) +AC_INIT([id-utils], [4.1], [bug-gnu-utils@gnu.org]) AC_GNU_SOURCE AM_INIT_AUTOMAKE |