diff options
author | Richard W.M. Jones <[email protected]> | 2009-05-29 13:40:29 +0100 |
---|---|---|
committer | Richard W.M. Jones <[email protected]> | 2009-05-29 13:40:29 +0100 |
commit | 80c5acfd148ede4ec1ca2dc2330b043b0cea29d5 (patch) | |
tree | e27a7db2bc6463aa471bb9f6ee987a33cd2dce88 /configure.ac | |
parent | e02066bcb33a2aed5f23dd18c3168dc66efddb18 (diff) | |
download | libguestfs-80c5acfd148ede4ec1ca2dc2330b043b0cea29d5.tar.gz libguestfs-80c5acfd148ede4ec1ca2dc2330b043b0cea29d5.tar.xz libguestfs-80c5acfd148ede4ec1ca2dc2330b043b0cea29d5.zip |
Prepare for version 1.0.371.0.37
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 ef315e66..655d9f24 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.36]) +AC_INIT([libguestfs],[1.0.37]) AM_INIT_AUTOMAKE AC_CONFIG_MACRO_DIR([m4]) |