diff options
author | Daniel Veillard <veillard@redhat.com> | 2012-07-02 11:15:43 +0800 |
---|---|---|
committer | Daniel Veillard <veillard@redhat.com> | 2012-07-02 11:25:36 +0800 |
commit | 3a4d9d1ed3ed448a8901048d3085697ad27c5873 (patch) | |
tree | 9849453dbb6ecc9e981339f680fc5854cdeca309 /configure.ac | |
parent | virsh: Cleanup virsh -V output (diff) | |
download | libvirt-3a4d9d1ed3ed448a8901048d3085697ad27c5873.tar.gz libvirt-3a4d9d1ed3ed448a8901048d3085697ad27c5873.tar.bz2 libvirt-3a4d9d1ed3ed448a8901048d3085697ad27c5873.zip |
Release of libvirt-0.9.13
* configure.ac docs/news.html.in libvirt.spec.in: new version and
documentation update
* po/*.po*: updated and regenerated localizations
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 6436885ef..d45f4f10d 100644 --- a/configure.ac +++ b/configure.ac @@ -3,7 +3,7 @@ dnl Process this file with autoconf to produce a configure script. dnl Copyright (C) 2005-2012 Red Hat, Inc. dnl See COPYING.LIB for the License of this software -AC_INIT([libvirt], [0.9.12], [libvir-list@redhat.com], [], [http://libvirt.org]) +AC_INIT([libvirt], [0.9.13], [libvir-list@redhat.com], [], [http://libvirt.org]) AC_CONFIG_SRCDIR([src/libvirt.c]) AC_CONFIG_AUX_DIR([build-aux]) AC_CONFIG_HEADERS([config.h]) |