diff options
author | Richard W.M. Jones <rjones@redhat.com> | 2010-12-31 08:41:44 +0000 |
---|---|---|
committer | Richard W.M. Jones <rjones@redhat.com> | 2010-12-31 08:41:44 +0000 |
commit | 2dbd22727dbd8287adfcdbf4851b2e818d79a8e2 (patch) | |
tree | a3f0d31abe27b0035e131d26cca543377a0c7667 /configure.ac | |
parent | ce85a6a82ae80fdfb3eb7c2c2251658f8aadc241 (diff) | |
download | libguestfs-2dbd22727dbd8287adfcdbf4851b2e818d79a8e2.tar.gz libguestfs-2dbd22727dbd8287adfcdbf4851b2e818d79a8e2.tar.xz libguestfs-2dbd22727dbd8287adfcdbf4851b2e818d79a8e2.zip |
Version 1.9.1.1.9.1
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 73250b7c..27c5a7e0 100644 --- a/configure.ac +++ b/configure.ac @@ -1,5 +1,5 @@ # libguestfs -# Copyright (C) 2009-2010 Red Hat Inc. +# Copyright (C) 2009-2011 Red Hat Inc. # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by @@ -18,7 +18,7 @@ # major/minor/release must be numbers m4_define([libguestfs_major], [1]) m4_define([libguestfs_minor], [9]) -m4_define([libguestfs_release], [0]) +m4_define([libguestfs_release], [1]) # extra can be any string m4_define([libguestfs_extra], []) |