~ted/indicator-application/mono-bindings-startup

« back to all changes in this revision

Viewing changes to configure.ac

  • Committer: Ted Gould
  • Date: 2010-04-01 20:46:22 UTC
  • Revision ID: ted@gould.cx-20100401204622-o8so5xo152f1yzs0
Tags: 0.0.19
0.0.19

Show diffs side-by-side

added added

removed removed

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