~ubuntu-branches/ubuntu/maverick/indicator-me/maverick

« back to all changes in this revision

Viewing changes to configure.ac

  • Committer: Bazaar Package Importer
  • Author(s): Didier Roche
  • Date: 2010-09-22 18:35:49 UTC
  • mfrom: (1.1.9 upstream)
  • Revision ID: james.westby@ubuntu.com-20100922183549-qc96sdi28pj1153y
Tags: 0.2.10-0ubuntu1
* New upstream release
  - indicator-me may crash after service restart (LP: #643906)
* debian/control: depends on latest libindicator-dev (LP: #637692)

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
 
2
 
AC_INIT(indicator-me, 0.2.9, david.barth@canonical.com)
 
2
AC_INIT(indicator-me, 0.2.10, david.barth@canonical.com)
3
3
AC_COPYRIGHT([Copyright 2009, 2010 Canonical])
4
4
 
5
5
 
6
6
AC_PREREQ(2.53)
7
7
 
8
8
AM_CONFIG_HEADER(config.h)
9
 
AM_INIT_AUTOMAKE(indicator-me, 0.2.9)
 
9
AM_INIT_AUTOMAKE(indicator-me, 0.2.10)
10
10
 
11
11
AM_MAINTAINER_MODE
12
12