~ubuntu-branches/ubuntu/feisty/evolution-exchange/feisty

« back to all changes in this revision

Viewing changes to configure.in

  • Committer: Bazaar Package Importer
  • Author(s): Sebastien Bacher
  • Date: 2006-10-02 22:50:04 UTC
  • mfrom: (1.1.14 upstream)
  • Revision ID: james.westby@ubuntu.com-20061002225004-5ts32uhwm3yk9puq
Tags: 2.8.1-0ubuntu1
* New upstream version
* debian/control:
  - updated libcamel1.2-dev Build-Depends to current version
* debian/rules:
  - updated camel-providers-8 path to match the evolution-data-server change

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
# Process this file with autoconf to produce a configure script.
2
2
AC_PREREQ(2.52)
3
3
 
4
 
AC_INIT(evolution-exchange, 2.8.0, http://bugzilla.gnome.org/enter_bug.cgi?product=Connector)
 
4
AC_INIT(evolution-exchange, 2.8.1, http://bugzilla.gnome.org/enter_bug.cgi?product=Connector)
5
5
AC_CONFIG_SRCDIR(storage)
6
6
AM_INIT_AUTOMAKE(AC_PACKAGE_NAME, AC_PACKAGE_VERSION)
7
7