~ubuntu-branches/ubuntu/trusty/postgis/trusty-security

« back to all changes in this revision

Viewing changes to Version.config

  • Committer: Bazaar Package Importer
  • Author(s): Francesco Paolo Lovergine
  • Date: 2009-12-11 13:10:34 UTC
  • mfrom: (1.1.9 upstream) (5.2.1 experimental)
  • Revision ID: james.westby@ubuntu.com-20091211131034-wmsz69wxvt95pe5r
Tags: 1.4.0-2
* Upload to unstable.
* Better parameterized debian/rules against postgis $(VERSION).
* Added dblatex and libcunit1-dev among build-deps.
* Added postgis_comments.sql to contrib/ SQL templates.
* Dropping 8.3 support, no more supported for squeeze.
  (closes: #559587)
* Do not stop on error in postrm if the target dir does not exist.
  (closes: #560409)

Show diffs side-by-side

added added

removed removed

Lines of Context:
3
3
 
4
4
# See HOWTO_RELEASE file in SVN for definitions of those three.
5
5
 
6
 
REL_MAJOR_VERSION=1
7
 
REL_MINOR_VERSION=3
8
 
REL_MICRO_VERSION=6
 
6
POSTGIS_MAJOR_VERSION=1
 
7
POSTGIS_MINOR_VERSION=4
 
8
POSTGIS_MICRO_VERSION=0
9
9