~ubuntu-branches/ubuntu/maverick/indicator-application/maverick

« back to all changes in this revision

Viewing changes to configure.ac

  • Committer: Bazaar Package Importer
  • Author(s): Ted Gould
  • Date: 2010-09-15 15:05:15 UTC
  • mfrom: (1.1.23 upstream)
  • Revision ID: james.westby@ubuntu.com-20100915150515-qgzgboxw9ewsudmb
Tags: 0.2.8-0ubuntu1
* New upstream release.
  * Update the icon if the item is visible (LP: #639643)

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
 
2
 
AC_INIT(indicator-application, 0.2.7, ted@canonical.com)
 
2
AC_INIT(indicator-application, 0.2.8, ted@canonical.com)
3
3
AC_COPYRIGHT([Copyright 2009, 2010 Canonical])
4
4
 
5
5
AC_PREREQ(2.53)
6
6
 
7
7
AM_CONFIG_HEADER(config.h)
8
 
AM_INIT_AUTOMAKE(indicator-application, 0.2.7)
 
8
AM_INIT_AUTOMAKE(indicator-application, 0.2.8)
9
9
 
10
10
AM_MAINTAINER_MODE
11
11