X-Git-Url: http://git.annexia.org/?p=libguestfs.git;a=blobdiff_plain;f=configure.ac;h=4d991b89f98f4b273ed4119980d05cedf0b959fd;hp=e855a50c256a2ce6b96eddc4b411eda66e17bcd9;hb=7682199cfca20a52664c8e52035a06345862f226;hpb=ff9c8dfcd178dcd3a35ae3e368b461f3bf44b2ad diff --git a/configure.ac b/configure.ac index e855a50..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.28]) +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"