diff options
author | Daniel Veillard <veillard@redhat.com> | 2012-08-29 11:57:02 +0800 |
---|---|---|
committer | Daniel Veillard <veillard@redhat.com> | 2012-08-29 12:00:36 +0800 |
commit | 6540efa40dfb0d904a1a5057faea6c9d0f0a6d76 (patch) | |
tree | 89cf90e116e191cfc5ef81c7d0414e2cc10ec598 /configure.ac | |
parent | nwfilter: Don't try to acquire DBus context when DBus is disabled (diff) | |
download | libvirt-6540efa40dfb0d904a1a5057faea6c9d0f0a6d76.tar.gz libvirt-6540efa40dfb0d904a1a5057faea6c9d0f0a6d76.tar.bz2 libvirt-6540efa40dfb0d904a1a5057faea6c9d0f0a6d76.zip |
Release of libvirt-0.10.0
* configure.ac docs/news.html.in libvirt.spec.in: updates for the release
* po/*.po*: update localizations for zh_CN, uk, ja, pt_BR, as, sp, mr, zh_TW
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 df39df2fb..028a80d07 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.13], [libvir-list@redhat.com], [], [http://libvirt.org]) +AC_INIT([libvirt], [0.10.0], [libvir-list@redhat.com], [], [http://libvirt.org]) AC_CONFIG_SRCDIR([src/libvirt.c]) AC_CONFIG_AUX_DIR([build-aux]) AC_CONFIG_HEADERS([config.h]) |