Gah! Remove trailing .1 from version.

This commit is contained in:
Matthew Barnes
2009-07-27 09:28:06 -04:00
parent d53fa203af
commit 5ea01cdeff

View File

@ -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)