X-Git-Url: http://git.annexia.org/?a=blobdiff_plain;f=configure.ac;h=d7d3d3e11f8cca6db8409a017d06198e49c8aa43;hb=c435d4d0275db66ba3d1b8583d31c87f44236110;hp=d47d66862c9bbd173f886670596b2fe4df8c3734;hpb=1b640fb0bd84f88d378b6c4a74088ac22c8f7d75;p=febootstrap.git diff --git a/configure.ac b/configure.ac index d47d668..d7d3d3e 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.9) +AC_INIT(febootstrap,1.3) 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