~ubuntu-branches/debian/sid/gdal/sid

« back to all changes in this revision

Viewing changes to gcore/gdal_version.h

  • Committer: Package Import Robot
  • Author(s): Francesco Paolo Lovergine
  • Date: 2012-05-07 15:04:42 UTC
  • mfrom: (5.5.16 experimental)
  • Revision ID: package-import@ubuntu.com-20120507150442-2eks97loeh6rq005
Tags: 1.9.0-1
* Ready for sid, starting transition.
* All symfiles updated to latest builds.
* Added dh_numpy call in debian/rules to depend on numpy ABI.
* Policy bumped to 3.9.3, no changes required.

Show diffs side-by-side

added added

removed removed

Lines of Context:
5
5
 
6
6
#ifndef GDAL_VERSION_MAJOR
7
7
#  define GDAL_VERSION_MAJOR    1
8
 
#  define GDAL_VERSION_MINOR    7
9
 
#  define GDAL_VERSION_REV      3
 
8
#  define GDAL_VERSION_MINOR    9
 
9
#  define GDAL_VERSION_REV      0
10
10
#  define GDAL_VERSION_BUILD    0
11
11
#endif
12
12
 
15
15
#endif
16
16
 
17
17
#ifndef GDAL_RELEASE_DATE
18
 
#  define GDAL_RELEASE_DATE     20101110
 
18
#  define GDAL_RELEASE_DATE     20111229
19
19
#endif
20
20
#ifndef GDAL_RELEASE_NAME
21
 
#  define GDAL_RELEASE_NAME     "1.7.3"
 
21
#  define GDAL_RELEASE_NAME     "1.9.0"
22
22
#endif
23