~ubuntu-branches/ubuntu/quantal/sdlgfx/quantal

« back to all changes in this revision

Viewing changes to configure.in

  • Committer: Bazaar Package Importer
  • Author(s): Barry deFreese, Barry deFreese
  • Date: 2009-10-06 15:11:11 UTC
  • mfrom: (1.1.3 upstream)
  • Revision ID: james.westby@ubuntu.com-20091006151111-ymnd515d0v9uw8qi
Tags: 2.0.20-1
[ Barry deFreese ]
* New upstream release. (Closes: #549250).
* Add ${misc:Depends} for debhelper package.
* Add README.source for quilt patch system.
* Improve -dev package description.
* Fix watch file.
* Bump Standards Version to 3.8.3. (No changes needed).

Show diffs side-by-side

added added

removed removed

Lines of Context:
20
20
 
21
21
MAJOR_VERSION=2
22
22
MINOR_VERSION=0
23
 
MICRO_VERSION=19
24
 
INTERFACE_AGE=1
25
 
BINARY_AGE=6
 
23
MICRO_VERSION=20
 
24
INTERFACE_AGE=2
 
25
BINARY_AGE=7
26
26
VERSION=$MAJOR_VERSION.$MINOR_VERSION.$MICRO_VERSION
27
27
 
28
28
AC_SUBST(MAJOR_VERSION)