X-Git-Url: http://git.annexia.org/?a=blobdiff_plain;f=configure.ac;h=924d88b4cef5894a704b6ac968deb718e6654e09;hb=bf19b4f0c4b0894924c1c69f3b87504f07c4404d;hp=b92cdcd38372fe3c9e15a2a08af1b21c72f56c4c;hpb=df4b00d9cc8bf5882f121382222398288c51bb51;p=libguestfs.git diff --git a/configure.ac b/configure.ac index b92cdcd..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.30]) +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"