diff options
author | JP Rosevear <jpr@src.gnome.org> | 2005-01-12 12:13:26 +0800 |
---|---|---|
committer | JP Rosevear <jpr@src.gnome.org> | 2005-01-12 12:13:26 +0800 |
commit | c21780702b0bf453124af79cb7dee401df7ef6ea (patch) | |
tree | 36a47b6d702a6a30118feb13764cc90880cefbb0 | |
parent | 8ec908ab1d5243539b6304d321e351d712007aab (diff) | |
download | gsoc2013-evolution-c21780702b0bf453124af79cb7dee401df7ef6ea.tar gsoc2013-evolution-c21780702b0bf453124af79cb7dee401df7ef6ea.tar.gz gsoc2013-evolution-c21780702b0bf453124af79cb7dee401df7ef6ea.tar.bz2 gsoc2013-evolution-c21780702b0bf453124af79cb7dee401df7ef6ea.tar.lz gsoc2013-evolution-c21780702b0bf453124af79cb7dee401df7ef6ea.tar.xz gsoc2013-evolution-c21780702b0bf453124af79cb7dee401df7ef6ea.tar.zst gsoc2013-evolution-c21780702b0bf453124af79cb7dee401df7ef6ea.zip |
Bump to 2.1.3.1
svn path=/trunk/; revision=28364
-rw-r--r-- | configure.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in b/configure.in index dca92de97e..c9b08896cb 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, 2.1.3, http://bugzilla.ximian.com/enter_bug.cgi?product=Evolution) +AC_INIT(evolution, 2.1.3.1, http://bugzilla.ximian.com/enter_bug.cgi?product=Evolution) AC_CONFIG_SRCDIR(README) AM_INIT_AUTOMAKE(AC_PACKAGE_NAME, AC_PACKAGE_VERSION) |