diff options
author | Daniel Veillard <veillard@redhat.com> | 2011-11-08 14:55:25 +0800 |
---|---|---|
committer | Daniel Veillard <veillard@redhat.com> | 2011-11-08 14:55:25 +0800 |
commit | ab4823a062fa372efc555514c2be21553f361e92 (patch) | |
tree | 308b851c2f32af329f48c3c338cd0b8f85e27fb1 /configure.ac | |
parent | build: fix build on platforms without ptsname_r (diff) | |
download | libvirt-ab4823a062fa372efc555514c2be21553f361e92.tar.gz libvirt-ab4823a062fa372efc555514c2be21553f361e92.tar.bz2 libvirt-ab4823a062fa372efc555514c2be21553f361e92.zip |
Release of libvirt-0.9.7
* confiure.ac docs/news.html.in libvirt.spec.in: update for release
* po/*.po*: update localizations and rebuilt
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 8754f1846..e3c28fa0f 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-2011 Red Hat, Inc. dnl See COPYING.LIB for the License of this software -AC_INIT([libvirt], [0.9.6], [libvir-list@redhat.com], [], [http://libvirt.org]) +AC_INIT([libvirt], [0.9.7], [libvir-list@redhat.com], [], [http://libvirt.org]) AC_CONFIG_SRCDIR([src/libvirt.c]) AC_CONFIG_AUX_DIR([build-aux]) AC_CONFIG_HEADERS([config.h]) |