~ubuntu-branches/ubuntu/lucid/libdbusmenu/lucid

« back to all changes in this revision

Viewing changes to configure.ac

  • Committer: Bazaar Package Importer
  • Author(s): Ted Gould
  • Date: 2009-09-10 08:43:47 UTC
  • mfrom: (1.1.3 upstream)
  • Revision ID: james.westby@ubuntu.com-20090910084347-3tti8bhywnlt338w
Tags: 0.1.3-0ubuntu1
* Upstream update 0.1.3 (LP: #427360)
  * Fixes reordering of menu item issue

Show diffs side-by-side

added added

removed removed

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