diff options
author | Richard Jones <rjones@redhat.com> | 2009-04-09 19:36:49 +0100 |
---|---|---|
committer | Richard Jones <rjones@redhat.com> | 2009-04-09 19:36:49 +0100 |
commit | 7e948f45852e4aab24775200da4b0de3c5904bdc (patch) | |
tree | 3cf08c70fb79f41ce15e52aba26b99cbdae48559 /configure.ac | |
parent | 01c26253a12ed1e6b1199f8c85f049a7fc4aef28 (diff) | |
download | libguestfs-7e948f45852e4aab24775200da4b0de3c5904bdc.tar.gz libguestfs-7e948f45852e4aab24775200da4b0de3c5904bdc.tar.xz libguestfs-7e948f45852e4aab24775200da4b0de3c5904bdc.zip |
Bumped version number.
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 7c533eb5..baa8de16 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],[0.7]) +AC_INIT([libguestfs],[0.8]) AM_INIT_AUTOMAKE AC_CONFIG_MACRO_DIR([m4]) |