~ted/indicator-application/icon-label-updates-wrong

« back to all changes in this revision

Viewing changes to configure.ac

  • Committer: Ted Gould
  • Date: 2010-08-12 18:40:00 UTC
  • Revision ID: ted@gould.cx-20100812184000-68g9gaxhc084htyu
Tags: 0.2.4
0.2.4

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
 
2
 
AC_INIT(indicator-application, 0.2.3, ted@canonical.com)
 
2
AC_INIT(indicator-application, 0.2.4, 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.3)
 
8
AM_INIT_AUTOMAKE(indicator-application, 0.2.4)
9
9
 
10
10
AM_MAINTAINER_MODE
11
11