]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
Remove -cvs suffix from version string.
authorJim Meyering <jim@meyering.net>
Thu, 29 Sep 2005 17:11:58 +0000 (17:11 +0000)
committerJim Meyering <jim@meyering.net>
Thu, 29 Sep 2005 17:11:58 +0000 (17:11 +0000)
configure.ac

index 833ecd244d815c351122dba9ec4e03cc54831ff5..a683f81d2bc189e4aafe151f6a5365f64ed33d4f 100644 (file)
@@ -19,7 +19,7 @@ dnl Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
 
 dnl Written by Jim Meyering.
 
-AC_INIT([GNU coreutils],[5.90-cvs],[bug-coreutils@gnu.org])
+AC_INIT([GNU coreutils],[5.90],[bug-coreutils@gnu.org])
 AC_CONFIG_SRCDIR(src/ls.c)
 
 AC_CONFIG_AUX_DIR(build-aux)