X-Git-Url: http://git.annexia.org/?a=blobdiff_plain;f=configure.ac;h=4d991b89f98f4b273ed4119980d05cedf0b959fd;hb=b8b89f509c353fb662794c58bc840c8468c6e18f;hp=5c07e1b9e540f4da7536d09e0f53376e53afc3f3;hpb=167752ec90a88204ef762f8f7d8007fecc0d260e;p=libguestfs.git diff --git a/configure.ac b/configure.ac index 5c07e1b..4d991b8 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.29]) +AC_INIT([libguestfs],[1.0.32]) 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"