~ubuntu-branches/ubuntu/utopic/pgadmin3/utopic-proposed

« back to all changes in this revision

Viewing changes to configure.ac

  • Committer: Bazaar Package Importer
  • Author(s): Gerfried Fuchs
  • Date: 2010-03-13 22:03:30 UTC
  • mfrom: (6.1.2 sid)
  • Revision ID: james.westby@ubuntu.com-20100313220330-8zoiiigr1ujwdws5
* New upstream bugfix release.
* Fix typo: s/informations/information/g in debian/*.
* Explicitly call set -e and don't hand -e on the hashbang line.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
AC_PREREQ(2.57)
2
2
AC_REVISION($Revision: 4719 $)
3
 
AC_COPYRIGHT(Copyright 2002 - 2009 The pgAdmin Development Team)
4
 
AC_INIT(pgadmin3, 1.10.1, pgadmin-support@postgresql.org)
 
3
AC_COPYRIGHT(Copyright 2002 - 2010 The pgAdmin Development Team)
 
4
AC_INIT(pgadmin3, 1.10.2, pgadmin-support@postgresql.org)
5
5
AC_CONFIG_AUX_DIR(config)
6
6
AC_CONFIG_SRCDIR([pgadmin/pgAdmin3.cpp])
7
7
AM_CONFIG_HEADER([config.h])