diff options
author | Richard W.M. Jones <rjones@redhat.com> | 2012-01-23 16:01:41 +0000 |
---|---|---|
committer | Richard W.M. Jones <rjones@redhat.com> | 2012-01-23 16:10:01 +0000 |
commit | e26a87ebf37308e3daf667dae1a961a24750bd9d (patch) | |
tree | f9c261a2ef1c6a66d5b9b61cc30ea4291f1ade06 /configure.ac | |
parent | 03b494f621275519811529353130a24156827a3c (diff) | |
download | libguestfs-1.16.0.tar.gz libguestfs-1.16.0.tar.xz libguestfs-1.16.0.zip |
Version 1.16.0.1.16.0
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac index f3a6f13d..47daf4fe 100644 --- a/configure.ac +++ b/configure.ac @@ -19,8 +19,8 @@ # add extra information using --with-extra="..." which may be any # freeform string. m4_define([libguestfs_major], [1]) -m4_define([libguestfs_minor], [15]) -m4_define([libguestfs_release], [19]) +m4_define([libguestfs_minor], [16]) +m4_define([libguestfs_release], [0]) AC_INIT([libguestfs],libguestfs_major.libguestfs_minor.libguestfs_release) AC_CONFIG_AUX_DIR([build-aux]) |