X-Git-Url: http://git.annexia.org/?a=blobdiff_plain;f=configure.ac;h=924d88b4cef5894a704b6ac968deb718e6654e09;hb=f01957c37a1cdf74cf01a6c86b8b5a312b27dfba;hp=e855a50c256a2ce6b96eddc4b411eda66e17bcd9;hpb=ff9c8dfcd178dcd3a35ae3e368b461f3bf44b2ad;p=libguestfs.git diff --git a/configure.ac b/configure.ac index e855a50..924d88b 100644 --- a/configure.ac +++ b/configure.ac @@ -15,7 +15,7 @@ # along with this program; if not, write to the Free Software # Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. -AC_INIT([libguestfs],[1.0.28]) +AC_INIT([libguestfs],[1.0.31]) AM_INIT_AUTOMAKE AC_CONFIG_MACRO_DIR([m4]) @@ -156,7 +156,7 @@ AC_DEFINE_UNQUOTED([host_cpu],["$host_cpu"],[Host architecture.]) dnl --with-updates to specify a Fedora updates repository. AC_ARG_WITH([updates], [AS_HELP_STRING([--with-updates], - [set name of Fedora updates repository @<:@default=updates-released-f10@:>@])], + [set name of Fedora updates repository @<:@default=updates-released-f11@:>@])], [], [with_updates=updates-released-f11]) UPDATES="$with_updates"