diff options
author | Richard Jones <rjones@redhat.com> | 2009-04-22 11:30:58 +0100 |
---|---|---|
committer | Richard Jones <rjones@redhat.com> | 2009-04-22 11:30:58 +0100 |
commit | f99cb04943f1c4583e52df684011766add78ea28 (patch) | |
tree | 8d5aae18d6f1589cd1fa9435255713fc4b4a6419 /configure.ac | |
parent | 228e71fe10128c6f91a6935e6b148c49801bb17f (diff) | |
download | libguestfs-f99cb04943f1c4583e52df684011766add78ea28.tar.gz libguestfs-f99cb04943f1c4583e52df684011766add78ea28.tar.xz libguestfs-f99cb04943f1c4583e52df684011766add78ea28.zip |
Version 1.0.71.0.7
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 38418434..d641048e 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.6]) +AC_INIT([libguestfs],[1.0.7]) AM_INIT_AUTOMAKE AC_CONFIG_MACRO_DIR([m4]) |