diff options
author | Harish Krishnaswamy <kharish@src.gnome.org> | 2005-07-13 17:23:22 +0800 |
---|---|---|
committer | Harish Krishnaswamy <kharish@src.gnome.org> | 2005-07-13 17:23:22 +0800 |
commit | 9236b073035bef173a77f25c42204ef871edea69 (patch) | |
tree | 624b09c6ab65f7528e55372a4b2ec7a9f0885f2d | |
parent | f58c45ce13747878fcb9e913d2d3dc5406ebef51 (diff) | |
download | gsoc2013-evolution-9236b073035bef173a77f25c42204ef871edea69.tar gsoc2013-evolution-9236b073035bef173a77f25c42204ef871edea69.tar.gz gsoc2013-evolution-9236b073035bef173a77f25c42204ef871edea69.tar.bz2 gsoc2013-evolution-9236b073035bef173a77f25c42204ef871edea69.tar.lz gsoc2013-evolution-9236b073035bef173a77f25c42204ef871edea69.tar.xz gsoc2013-evolution-9236b073035bef173a77f25c42204ef871edea69.tar.zst gsoc2013-evolution-9236b073035bef173a77f25c42204ef871edea69.zip |
fix typo
svn path=/trunk/; revision=29751
-rw-r--r-- | configure.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in b/configure.in index 82009d5368..4cd3c3641c 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.1 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) |