diff options
author | Richard Jones <rjones@redhat.com> | 2009-04-15 23:58:11 +0100 |
---|---|---|
committer | Richard Jones <rjones@redhat.com> | 2009-04-15 23:58:11 +0100 |
commit | ce6c6978eedadcf2235dc1ac83bc0868f58c532b (patch) | |
tree | 3c0caa4b81273d608d1760a9bac0bc104803c0b3 | |
parent | 05712b2457a44ee0f0020eced77db03c2aa419a1 (diff) | |
download | libguestfs-ce6c6978eedadcf2235dc1ac83bc0868f58c532b.tar.gz libguestfs-ce6c6978eedadcf2235dc1ac83bc0868f58c532b.tar.xz libguestfs-ce6c6978eedadcf2235dc1ac83bc0868f58c532b.zip |
0.9.9 for final cleanups before 1.0 release.0.9.9
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 95ce023d..ad9361cd 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.9.3]) +AC_INIT([libguestfs],[0.9.9]) AM_INIT_AUTOMAKE AC_CONFIG_MACRO_DIR([m4]) |