aboutsummaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorMatthew Barnes <mbarnes@redhat.com>2009-07-27 21:28:06 +0800
committerMatthew Barnes <mbarnes@redhat.com>2009-07-27 21:31:20 +0800
commit5ea01cdeff88387ecfba874307fc938fbbfd1382 (patch)
tree57402760a1d0348b044bfd48b689f6ce9ef48a15 /configure.ac
parentd53fa203af25326a2a932714e28e713104693d45 (diff)
downloadgsoc2013-evolution-5ea01cdeff88387ecfba874307fc938fbbfd1382.tar
gsoc2013-evolution-5ea01cdeff88387ecfba874307fc938fbbfd1382.tar.gz
gsoc2013-evolution-5ea01cdeff88387ecfba874307fc938fbbfd1382.tar.bz2
gsoc2013-evolution-5ea01cdeff88387ecfba874307fc938fbbfd1382.tar.lz
gsoc2013-evolution-5ea01cdeff88387ecfba874307fc938fbbfd1382.tar.xz
gsoc2013-evolution-5ea01cdeff88387ecfba874307fc938fbbfd1382.tar.zst
gsoc2013-evolution-5ea01cdeff88387ecfba874307fc938fbbfd1382.zip
Gah! Remove trailing .1 from version.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 4223d2f96c..d2a52b3ac2 100644
--- a/configure.ac
+++ b/configure.ac
@@ -20,7 +20,7 @@ m4_define([upgrade_revision], [0])
# Autoconf / Automake Initialization
AC_PREREQ(2.58)
-AC_INIT([evolution],[evo_version.1],[http://bugzilla.gnome.org/enter_bug.cgi?product=Evolution])
+AC_INIT([evolution],[evo_version],[http://bugzilla.gnome.org/enter_bug.cgi?product=Evolution])
AM_INIT_AUTOMAKE([gnu 1.9])
AC_CONFIG_HEADERS(config.h)
AC_CONFIG_SRCDIR(README)