~ubuntu-branches/ubuntu/lucid/indicator-me/lucid

« back to all changes in this revision

Viewing changes to configure.ac

  • Committer: Sebastien Bacher
  • Date: 2010-03-24 12:59:43 UTC
  • mfrom: (1.1.5 upstream)
  • Revision ID: seb128@ubuntu.com-20100324125943-e54i1nihe8h3wb2i
Tags: 0.2.6-0ubuntu1
releasing version 0.2.6-0ubuntu1

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
 
2
 
AC_INIT(indicator-me, 0.2.5, david.barth@canonical.com)
 
2
AC_INIT(indicator-me, 0.2.6, david.barth@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-me, 0.2.5)
 
8
AM_INIT_AUTOMAKE(indicator-me, 0.2.6)
9
9
 
10
10
AM_MAINTAINER_MODE
11
11