diff --git a/ChangeLog b/ChangeLog index 2d40feba9c..3ac2b3493f 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +Fri Jun 8 13:06:01 CEST 2007 Daniel Veillard + + * configure.in libvirt.spec.in include/libvirt/libvirt.h + docs/*: prepared release of 0.2.3 + Fri Jun 8 11:35:55 CEST 2007 Daniel Veillard * po/*: new merge of localization strings diff --git a/configure.in b/configure.in index 236faefc82..94f551fcb5 100644 --- a/configure.in +++ b/configure.in @@ -5,7 +5,7 @@ AC_CANONICAL_HOST LIBVIRT_MAJOR_VERSION=0 LIBVIRT_MINOR_VERSION=2 -LIBVIRT_MICRO_VERSION=2 +LIBVIRT_MICRO_VERSION=3 LIBVIRT_MICRO_VERSION_SUFFIX= LIBVIRT_VERSION=$LIBVIRT_MAJOR_VERSION.$LIBVIRT_MINOR_VERSION.$LIBVIRT_MICRO_VERSION$LIBVIRT_MICRO_VERSION_SUFFIX LIBVIRT_VERSION_INFO=`expr $LIBVIRT_MAJOR_VERSION + $LIBVIRT_MINOR_VERSION`:$LIBVIRT_MICRO_VERSION:$LIBVIRT_MINOR_VERSION diff --git a/docs/libvir.html b/docs/libvir.html index 91fb9264dc..ebda1426de 100644 --- a/docs/libvir.html +++ b/docs/libvir.html @@ -35,6 +35,42 @@ development of libvirt, it is preferable when possible to just use the CVS version or snapshot, contact the mailing list and check the ChangeLog to gauge progresses.

+

0.2.3: Jun 8 2007

+

0.2.2: Apr 17 2007