Update version number
authorMiguel de Icaza <miguel@gnome.org>
Tue, 1 Feb 2005 01:53:04 +0000 (01:53 -0000)
committerMiguel de Icaza <miguel@gnome.org>
Tue, 1 Feb 2005 01:53:04 +0000 (01:53 -0000)
svn path=/trunk/mono/; revision=39894

configure.in

index a9beaf4afbc8f9e5cbcb195e9839091ab564a789..20ab2cc9b6dae78da5aa955809852e53c195784e 100644 (file)
@@ -6,7 +6,7 @@ AC_CANONICAL_SYSTEM
 m4_ifdef([_A][M_PROG_TAR],[_A][M_SET_OPTION([tar-ustar])])
 
 AM_CONFIG_HEADER(config.h)
-AM_INIT_AUTOMAKE(mono,1.1.3)
+AM_INIT_AUTOMAKE(mono,1.1.4)
 AM_MAINTAINER_MODE
 
 AC_PROG_LN_S
@@ -510,6 +510,7 @@ if test x$platform_win32 = xno; then
        ikvm_native_dir=
        if test x$with_ikvm_native = xyes; then
                ikvm_native_dir=ikvm-native
+               jdk_headers_found="IKVM Native"
        fi
 
        AC_SUBST(ikvm_native_dir)