From e03bd3121d9a95e89667a52d2ef79c5d4e619ae2 Mon Sep 17 00:00:00 2001 From: Ettore Perazzoli Date: Thu, 22 May 2003 22:30:17 +0000 Subject: [PATCH] 1.3.92. svn path=/trunk/; revision=21330 --- ChangeLog | 6 ++++++ NEWS | 2 +- configure.in | 2 +- 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index 9f3946e853..22ba9d616c 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +== Version 1.3.92 == + +2003-05-22 Ettore Perazzoli + + * configure.in: Bump version to 1.3.92. + 2003-05-22 Rodney Dawes * camel.pc.in: diff --git a/NEWS b/NEWS index dd5c38dd23..7cddb67430 100644 --- a/NEWS +++ b/NEWS @@ -1,4 +1,4 @@ -Evolution 1.3.91, 2003-05-21 +Evolution 1.3.92, 2003-05-22 ---------------------------- Bugzilla bugs fixed (see http://bugzilla.ximian.com/show_bug.cgi): diff --git a/configure.in b/configure.in index c91021b2a2..438268c04e 100644 --- a/configure.in +++ b/configure.in @@ -1,7 +1,7 @@ # Process this file with autoconf to produce a configure script. AC_PREREQ(2.52) -AC_INIT(evolution, 1.3.91.99, http://bugzilla.ximian.com/enter_bug.cgi?product=Evolution) +AC_INIT(evolution, 1.3.92, http://bugzilla.ximian.com/enter_bug.cgi?product=Evolution) AC_CONFIG_SRCDIR(README) AM_INIT_AUTOMAKE(AC_PACKAGE_NAME, AC_PACKAGE_VERSION)