|
Revision 5475, 262 bytes
(checked in by pracine, 2 years ago)
|
|
[wktraster] Fix for ticket 201. wktraster_config.h.in is no longer generated by AutoHeader? and renamed many macros starting with "RT_" with "POSTGIS_RASTER_" in order to avoid name conflicts with other macros.
|
| Line | |
|---|
| 1 | # Version numbering central repository, to be included from various |
|---|
| 2 | # places during the build process |
|---|
| 3 | |
|---|
| 4 | # See HOWTO_RELEASE file in SVN for definitions of those three. |
|---|
| 5 | |
|---|
| 6 | POSTGIS_RASTER_MAJOR_VERSION=0 |
|---|
| 7 | POSTGIS_RASTER_MINOR_VERSION=1 |
|---|
| 8 | POSTGIS_RASTER_MICRO_VERSION=6d |
|---|