diff options
author | Richard Jones <rjones@redhat.com> | 2009-04-13 19:15:22 +0100 |
---|---|---|
committer | Richard Jones <rjones@redhat.com> | 2009-04-13 19:15:22 +0100 |
commit | 0344eb0b3cbbaaf0529c4e0d8f13db6199a407db (patch) | |
tree | 77b4b1c901a5688346c39bfbb04e4d9dbe7986aa /configure.ac | |
parent | adcf5dc6aa53c02877e6bc16e211b7062a8ea33c (diff) | |
download | libguestfs-0344eb0b3cbbaaf0529c4e0d8f13db6199a407db.tar.gz libguestfs-0344eb0b3cbbaaf0529c4e0d8f13db6199a407db.tar.xz libguestfs-0344eb0b3cbbaaf0529c4e0d8f13db6199a407db.zip |
Prepare for 0.9 release.
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 e616374f..7a32acda 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.8.2]) +AC_INIT([libguestfs],[0.9]) AM_INIT_AUTOMAKE AC_CONFIG_MACRO_DIR([m4]) |