Changeset 11210
- Timestamp:
- 04/04/07 16:24:10 (2 years ago)
- Files:
-
- branches/1.4/gdal/GDALmake.opt.in (modified) (1 diff)
- branches/1.4/gdal/VERSION (modified) (1 diff)
- branches/1.4/gdal/gcore/gdal_version.h (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
branches/1.4/gdal/GDALmake.opt.in
r10609 r11210 108 108 LIBGDAL := libgdal.la 109 109 LIBGDAL_CURRENT := 12 110 LIBGDAL_REVISION := 0110 LIBGDAL_REVISION := 1 111 111 LIBGDAL_AGE := 11 112 112 branches/1.4/gdal/VERSION
r10609 r11210 1 1.4. 01 1.4.1b1 branches/1.4/gdal/gcore/gdal_version.h
r10549 r11210 7 7 # define GDAL_VERSION_MAJOR 1 8 8 # define GDAL_VERSION_MINOR 4 9 # define GDAL_VERSION_REV 09 # define GDAL_VERSION_REV 1 10 10 # define GDAL_VERSION_BUILD 0 11 11 #endif … … 16 16 17 17 #ifndef GDAL_RELEASE_DATE 18 # define GDAL_RELEASE_DATE 20070 10218 # define GDAL_RELEASE_DATE 20070404 19 19 #endif 20 20 #ifndef GDAL_RELEASE_NAME 21 # define GDAL_RELEASE_NAME "1.4. 0.0"21 # define GDAL_RELEASE_NAME "1.4.1.0b1" 22 22 #endif 23 23
