~ubuntu-branches/ubuntu/precise/geis/precise-proposed

« back to all changes in this revision

Viewing changes to configure.ac

  • Committer: Package Import Robot
  • Author(s): Chase Douglas
  • Date: 2012-09-07 14:11:40 UTC
  • mfrom: (1.1.1)
  • Revision ID: package-import@ubuntu.com-20120907141140-31aoqr1x2pj3503j
Tags: 2.2.9.2-0ubuntu1
* New upstream release. Only change is the following bug fix:
  - Fixes regression that caused GEISv1 clients, such as Unity, to not work
    (LP: #1047596)

Show diffs side-by-side

added added

removed removed

Lines of Context:
21
21
 
22
22
AC_PREREQ(2.65)
23
23
AC_INIT([geis],
24
 
        [2.2.9.1],
 
24
        [2.2.9.2],
25
25
        [stephen.webb@canonical.com],,
26
26
        [https://launchpad.net/geis])
27
27
AC_CONFIG_HEADERS([geis_config.h])