diff options
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/configure.in b/configure.in index 93d334d..4e38888 100644 --- a/configure.in +++ b/configure.in @@ -1,6 +1,6 @@ -# Copyright (C) 2000, 2001, 2002, 2003, 2004 Free Software Foundation, Inc. +# Copyright (C) 2000, 2001, 2002, 2003, 2004, 2005 Free Software Foundation, Inc. # -# $Id: configure.in,v 1.37 2004/08/06 12:14:41 jao Exp $ +# $Id: configure.in,v 1.38 2005/09/20 20:18:58 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.2,[bug-mdk@gnu.org],mdk) -AM_INIT_AUTOMAKE(mdk,1.2) +AC_INIT([GNU MDK],1.2.1,[bug-mdk@gnu.org],mdk) +AM_INIT_AUTOMAKE(mdk,1.2.1) AM_CONFIG_HEADER(config.h) AM_MAINTAINER_MODE |