Show
Ignore:
Timestamp:
08/19/08 00:11:13 (5 months ago)
Author:
hobu
Message:

update version info for b2

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/include/liblas/capi/las_version.h

    r813 r849  
    4040 ****************************************************************************/ 
    4141 
    42 #ifndef LAS_VERSION_MAJOR 
    43 #  define LAS_VERSION_MAJOR    1 
    44 #  define LAS_VERSION_MINOR    0 
    45 #  define LAS_VERSION_REV      0 
    46 #  define LAS_VERSION_BUILD    0 
     42 
     43#ifndef LIBLAS_VERSION_MAJOR 
     44#  define LIBLAS_VERSION_MAJOR    1 
     45#  define LIBLAS_VERSION_MINOR    0 
     46#  define LIBLAS_VERSION_REV      0 
     47#  define LIBLAS_VERSION_BUILD    0 
    4748#endif 
    4849 
    49 #ifndef LAS_VERSION_NUM 
    50 #  define LAS_VERSION_NUM      (LAS_VERSION_MAJOR*1000+LAS_VERSION_MINOR*100+LAS_VERSION_REV*10+LAS_VERSION_BUILD) 
     50#ifndef LIBLAS_VERSION_NUM 
     51#  define LIBLAS_VERSION_NUM      (LIBLAS_VERSION_MAJOR*1000+LIBLAS_VERSION_MINOR*100+LIBLAS_VERSION_REV*10+LIBLAS_VERSION_BUILD) 
    5152#endif 
    5253 
    53 #ifndef LAS_RELEASE_DATE 
    54 #  define LAS_RELEASE_DATE     20080620 
     54#ifndef LIBLAS_RELEASE_DATE 
     55#  define LIBLAS_RELEASE_DATE     20080000 
    5556#endif 
    56 #ifndef LAS_RELEASE_NAME 
    57 #  define LAS_RELEASE_NAME     "1.0.0b1" 
     57 
     58#ifndef LIBLAS_RELEASE_NAME 
     59#  define LIBLAS_RELEASE_NAME     "1.0.0b2" 
    5860#endif