diff options
author | Richard W.M. Jones <rjones@redhat.com> | 2009-06-24 12:41:24 +0100 |
---|---|---|
committer | Richard W.M. Jones <rjones@redhat.com> | 2009-06-24 12:50:52 +0100 |
commit | 63d28e74b3a2c4e6f3e31fc1f8e1219a1a943404 (patch) | |
tree | d61df0451198f9e69e128b52a07257b7a56e7794 /configure.ac | |
parent | b96fb7eb3aa0ac67957ed15a7dd22bc7399cad44 (diff) | |
download | libguestfs-63d28e74b3a2c4e6f3e31fc1f8e1219a1a943404.tar.gz libguestfs-63d28e74b3a2c4e6f3e31fc1f8e1219a1a943404.tar.xz libguestfs-63d28e74b3a2c4e6f3e31fc1f8e1219a1a943404.zip |
Version 1.0.52.1.0.52
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 91e47925..42f0127a 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.51]) +AC_INIT([libguestfs],[1.0.52]) AM_INIT_AUTOMAKE AC_CONFIG_MACRO_DIR([m4]) |