Prepared for release 0.0.7
[gnucomo.git] / configure.in
index 2047ae3..b781f6d 100644 (file)
@@ -1,7 +1,7 @@
 
 dnl Process this file with autoconf to produce a configure script.
 AC_INIT(src/gcm_input/message.h)
-AM_INIT_AUTOMAKE(GNUCOMO, 0.0.6)
+AM_INIT_AUTOMAKE(GNUCOMO, 0.0.7)
 
 
 dnl Checks for programs.
@@ -17,7 +17,7 @@ AC_PROG_AWK
 
 AC_PATH_PROG(XML_CONFIG,xml2-config,no)
 
-if test $XML_CONFIG = "no" 
+if test $XML_CONFIG = "no"
 then
    echo "XML library not found (see http://xmlsoft.org/)."
    exit 1;