diff options
author | Daniel Veillard <veillard@redhat.com> | 2012-04-03 15:06:37 +0800 |
---|---|---|
committer | Daniel Veillard <veillard@redhat.com> | 2012-04-03 15:06:37 +0800 |
commit | 782afa98e4a5fa9a0927a9e32f9cf36082a2e8e7 (patch) | |
tree | 324114715d2087ed7ece713fb0e8e5daa0cc32bb /configure.ac | |
parent | Revert "Refactor the libvirt RPM daemon pieces" (diff) | |
download | libvirt-782afa98e4a5fa9a0927a9e32f9cf36082a2e8e7.tar.gz libvirt-782afa98e4a5fa9a0927a9e32f9cf36082a2e8e7.tar.bz2 libvirt-782afa98e4a5fa9a0927a9e32f9cf36082a2e8e7.zip |
Release of libvirt 0.9.11
* configure.ac docs/news.html.in libvirt.spec.in: update for the release
* po/*.po*: updated a number of languages translation including new
indian languages and regenerated
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 32cc8d0d6..0e83019a3 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.10], [libvir-list@redhat.com], [], [http://libvirt.org]) +AC_INIT([libvirt], [0.9.11], [libvir-list@redhat.com], [], [http://libvirt.org]) AC_CONFIG_SRCDIR([src/libvirt.c]) AC_CONFIG_AUX_DIR([build-aux]) AC_CONFIG_HEADERS([config.h]) |