diff options
author | Richard Jones <rjones@redhat.com> | 2009-04-08 23:13:31 +0100 |
---|---|---|
committer | Richard Jones <rjones@redhat.com> | 2009-04-08 23:13:31 +0100 |
commit | 45f3a8981723079a5a020ab9438593531b1d8368 (patch) | |
tree | 0dbef738c848eab7634eb41fbe6093169bc97e70 | |
parent | bf26360e5e91148a4479f812c2b43acce4f5884e (diff) | |
download | libguestfs-0.6.tar.gz libguestfs-0.6.tar.xz libguestfs-0.6.zip |
Version 0.60.6
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index e0cdcded..0e1df677 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.5]) +AC_INIT([libguestfs],[0.6]) AM_INIT_AUTOMAKE AC_CONFIG_MACRO_DIR([m4]) |