diff options
author | Harish Krishnaswamy <kharish@novell.com> | 2005-07-13 15:56:24 +0800 |
---|---|---|
committer | Harish Krishnaswamy <kharish@src.gnome.org> | 2005-07-13 15:56:24 +0800 |
commit | 81208794b217210a3d8e0fe6bdf986829991ffb0 (patch) | |
tree | 284b5ed88095212fb86158774dabd86057376b11 /configure.in | |
parent | 1e28d8c9d32381799d82f5e1bc496cf28ab9ad53 (diff) | |
download | gsoc2013-evolution-81208794b217210a3d8e0fe6bdf986829991ffb0.tar.gz gsoc2013-evolution-81208794b217210a3d8e0fe6bdf986829991ffb0.tar.zst gsoc2013-evolution-81208794b217210a3d8e0fe6bdf986829991ffb0.zip |
remove the reference to shell/importer/libevolution-importer.la in
2005-07-13 Harish Krishnaswamy <kharish@novell.com>
remove the reference to shell/importer/libevolution-importer.la
in startup-wizard.
***** Release 2.3.5.1 *****
svn path=/trunk/; revision=29748
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in b/configure.in index 831bf5fec2..82009d5368 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.3.5, http://bugzilla.gnome.org/enter_bug.cgi?product=Evolution) +AC_INIT(evolution, 2.3.5.1 http://bugzilla.gnome.org/enter_bug.cgi?product=Evolution) AC_CONFIG_SRCDIR(README) AM_INIT_AUTOMAKE(AC_PACKAGE_NAME, AC_PACKAGE_VERSION) |