aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEttore Perazzoli <ettore@src.gnome.org>2003-05-23 06:30:17 +0800
committerEttore Perazzoli <ettore@src.gnome.org>2003-05-23 06:30:17 +0800
commite03bd3121d9a95e89667a52d2ef79c5d4e619ae2 (patch)
treeb3614ce543c15a467e24e162772248733997f721
parent704071e3915e2893f8d29e5bd168f5525ea8737f (diff)
downloadgsoc2013-evolution-e03bd3121d9a95e89667a52d2ef79c5d4e619ae2.tar
gsoc2013-evolution-e03bd3121d9a95e89667a52d2ef79c5d4e619ae2.tar.gz
gsoc2013-evolution-e03bd3121d9a95e89667a52d2ef79c5d4e619ae2.tar.bz2
gsoc2013-evolution-e03bd3121d9a95e89667a52d2ef79c5d4e619ae2.tar.lz
gsoc2013-evolution-e03bd3121d9a95e89667a52d2ef79c5d4e619ae2.tar.xz
gsoc2013-evolution-e03bd3121d9a95e89667a52d2ef79c5d4e619ae2.tar.zst
gsoc2013-evolution-e03bd3121d9a95e89667a52d2ef79c5d4e619ae2.zip
1.3.92.
svn path=/trunk/; revision=21330
-rw-r--r--ChangeLog6
-rw-r--r--NEWS2
-rw-r--r--configure.in2
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 <ettore@ximian.com>
+
+ * configure.in: Bump version to 1.3.92.
+
2003-05-22 Rodney Dawes <dobey@ximian.com>
* 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)