X-Git-Url: http://git.annexia.org/?p=libguestfs.git;a=blobdiff_plain;f=configure.ac;h=455ffd1893ea8b8c247dbff9e8b6070f4ef4930f;hp=1ebb8c6a6bafb0d4b60f8b62da6bc31bed42028d;hb=cd29c50ca820a03b9cecb300a84fb884425cb565;hpb=d4ba3d3421523b7d9da5da7c0e77df9b215b3e7d diff --git a/configure.ac b/configure.ac index 1ebb8c6..455ffd1 100644 --- a/configure.ac +++ b/configure.ac @@ -18,7 +18,7 @@ # major/minor/release must be numbers m4_define([libguestfs_major], [1]) m4_define([libguestfs_minor], [5]) -m4_define([libguestfs_release], [15]) +m4_define([libguestfs_release], [22]) # extra can be any string m4_define([libguestfs_extra], []) @@ -384,9 +384,9 @@ fi dnl --with-repo to specify a Fedora repository. AC_ARG_WITH([repo], [AS_HELP_STRING([--with-repo], - [set name of Fedora repository @<:@default=fedora-12@:>@])], + [set name of Fedora repository @<:@default=fedora-13@:>@])], [], - [with_repo=fedora-12]) + [with_repo=fedora-13]) REPO="$with_repo" AC_SUBST(REPO) AC_DEFINE_UNQUOTED([REPO],["$REPO"],[Name of Fedora repository.])