~ubuntu-branches/ubuntu/edgy/xft/edgy

« back to all changes in this revision

Viewing changes to configure.ac

  • Committer: Bazaar Package Importer
  • Author(s): Rodrigo Parra Novo
  • Date: 2006-07-25 14:49:22 UTC
  • mfrom: (1.2.2 upstream)
  • Revision ID: james.westby@ubuntu.com-20060725144922-v6h05wk1rvrbmnxu
Tags: 2.1.10-1ubuntu1
* Merged with Debian experimental
* Fixed libfreetype6-dev Build-Depends

Show diffs side-by-side

added added

removed removed

Lines of Context:
32
32
dnl not possible to extract the version number here from Xft.h
33
33
dnl Please bump the minor library number at each release as well.
34
34
dnl
35
 
AC_INIT(libXft, 2.1.8.2, [https://bugs.freedesktop.org/enter_bug.cgi?product=xorg], libXft)
 
35
AC_INIT(libXft, 2.1.10, [https://bugs.freedesktop.org/enter_bug.cgi?product=xorg], libXft)
36
36
AC_CONFIG_AUX_DIR(.)
37
37
 
38
38
AM_INIT_AUTOMAKE([dist-bzip2])