diff options
author | Richard Jones <rjones@redhat.com> | 2009-04-20 16:28:02 +0100 |
---|---|---|
committer | Richard Jones <rjones@redhat.com> | 2009-04-20 16:28:02 +0100 |
commit | e44128bf547024509bc064e728fb269504486659 (patch) | |
tree | 155220e3fc246b0112b26f6dbef6fa67b735d685 /configure.ac | |
parent | d802fd46928674fd399a495e48f8d8650678a851 (diff) | |
download | libguestfs-e44128bf547024509bc064e728fb269504486659.tar.gz libguestfs-e44128bf547024509bc064e728fb269504486659.tar.xz libguestfs-e44128bf547024509bc064e728fb269504486659.zip |
Version 1.0.3.1.0.3
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 0bb7ca2f..001892e4 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.2]) +AC_INIT([libguestfs],[1.0.3]) AM_INIT_AUTOMAKE AC_CONFIG_MACRO_DIR([m4]) |