diff options
author | Jose Antonio Ortega Ruiz <jao@gnu.org> | 2003-06-09 15:12:23 +0000 |
---|---|---|
committer | Jose Antonio Ortega Ruiz <jao@gnu.org> | 2003-06-09 15:12:23 +0000 |
commit | aec4d5d8ffc0606ed599ed6b4ba7e57e3bea47f9 (patch) | |
tree | cbf64423a9972315b764c7ced393ec91f76ea596 | |
parent | b21821738f19a2304753268056bde2dda6ff514b (diff) | |
download | mdk-aec4d5d8ffc0606ed599ed6b4ba7e57e3bea47f9.tar.gz mdk-aec4d5d8ffc0606ed599ed6b4ba7e57e3bea47f9.tar.bz2 |
version set to 1.0.1
-rw-r--r-- | configure.in | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/configure.in b/configure.in index 175f899..88e1077 100644 --- a/configure.in +++ b/configure.in @@ -1,6 +1,6 @@ # Copyright (C) 2000, 2001, 2002, 2003 Free Software Foundation, Inc. # -# $Id: configure.in,v 1.27 2003/06/02 23:18:17 jao Exp $ +# $Id: configure.in,v 1.28 2003/06/09 15:12:23 jao Exp $ # # This file is free software; as a special exception the author gives # unlimited permission to copy and/or distribute it, with or without @@ -10,8 +10,8 @@ # WITHOUT ANY WARRANTY, to the extent permitted by law; without even the # implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. -AC_INIT([GNU MDK],1.1,[bug-mdk@gnu.org],mdk) -AM_INIT_AUTOMAKE(mdk,1.1) +AC_INIT([GNU MDK],1.0.1,[bug-mdk@gnu.org],mdk) +AM_INIT_AUTOMAKE(mdk,1.0.1) AM_CONFIG_HEADER(config.h) AM_MAINTAINER_MODE |