Changeset 11210

Show
Ignore:
Timestamp:
04/04/07 16:24:10 (2 years ago)
Author:
warmerdam
Message:

updated version info for 1.4.1beta

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • branches/1.4/gdal/GDALmake.opt.in

    r10609 r11210  
    108108LIBGDAL :=              libgdal.la 
    109109LIBGDAL_CURRENT :=      12 
    110 LIBGDAL_REVISION        :=      0 
     110LIBGDAL_REVISION        :=      1 
    111111LIBGDAL_AGE     :=      11 
    112112 
  • branches/1.4/gdal/VERSION

    r10609 r11210  
    1 1.4.0 
     11.4.1b1 
  • branches/1.4/gdal/gcore/gdal_version.h

    r10549 r11210  
    77#  define GDAL_VERSION_MAJOR    1 
    88#  define GDAL_VERSION_MINOR    4 
    9 #  define GDAL_VERSION_REV      0 
     9#  define GDAL_VERSION_REV      1 
    1010#  define GDAL_VERSION_BUILD    0 
    1111#endif 
     
    1616 
    1717#ifndef GDAL_RELEASE_DATE 
    18 #  define GDAL_RELEASE_DATE     20070102 
     18#  define GDAL_RELEASE_DATE     20070404 
    1919#endif 
    2020#ifndef GDAL_RELEASE_NAME 
    21 #  define GDAL_RELEASE_NAME     "1.4.0.0
     21#  define GDAL_RELEASE_NAME     "1.4.1.0b1
    2222#endif 
    2323