X-Git-Url: http://git.annexia.org/?a=blobdiff_plain;f=configure.ac;h=f7aa1fd488f562b851762d98b66903ab296df76b;hb=386ca38f57247a3ec6bd78e7763e247a74c92a84;hp=48bb83944dc45b1fc4372254f999fd640ec07f38;hpb=dc60cc1bb950870269252135186e69d2ba4db994;p=febootstrap.git diff --git a/configure.ac b/configure.ac index 48bb839..f7aa1fd 100644 --- a/configure.ac +++ b/configure.ac @@ -17,7 +17,7 @@ dnl Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. dnl dnl Written by Richard W.M. Jones -AC_INIT(febootstrap,0.8) +AC_INIT(febootstrap,1.4) AM_INIT_AUTOMAKE AC_CHECK_PROG(PERLDOC,[perldoc],[perldoc],[no]) @@ -42,5 +42,5 @@ if test "x$YUM" = "xno" ; then fi AC_CONFIG_HEADERS([config.h]) -AC_CONFIG_FILES([Makefile examples/Makefile]) +AC_CONFIG_FILES([Makefile examples/Makefile febootstrap.spec]) AC_OUTPUT