diff options
author | Richard W.M. Jones <rjones@redhat.com> | 2009-04-23 11:47:06 +0100 |
---|---|---|
committer | Richard W.M. Jones <rjones@redhat.com> | 2009-04-23 11:47:06 +0100 |
commit | 81d4a01ac03bc2996eea1ca4cc3182e50d21e6ba (patch) | |
tree | cb046a5082168f652e3a796fbd54c86d9b126a6c /configure.ac | |
parent | 6fd5bc84893c600af75ef64fa9f9a043b665c76a (diff) | |
download | libguestfs-81d4a01ac03bc2996eea1ca4cc3182e50d21e6ba.tar.gz libguestfs-81d4a01ac03bc2996eea1ca4cc3182e50d21e6ba.tar.xz libguestfs-81d4a01ac03bc2996eea1ca4cc3182e50d21e6ba.zip |
Automatically generate ChangeLog file from the git log (thanks: Jim Meyering).
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 1c0216a5..46aac941 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.10]) +AC_INIT([libguestfs],[1.0.11]) AM_INIT_AUTOMAKE AC_CONFIG_MACRO_DIR([m4]) |