Changeset 849 for trunk/include/liblas/capi/las_version.h
- Timestamp:
- 08/19/08 00:11:13 (5 months ago)
- Files:
-
- 1 modified
-
trunk/include/liblas/capi/las_version.h (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/liblas/capi/las_version.h
r813 r849 40 40 ****************************************************************************/ 41 41 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 47 48 #endif 48 49 49 #ifndef L AS_VERSION_NUM50 # define L AS_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) 51 52 #endif 52 53 53 #ifndef L AS_RELEASE_DATE54 # define L AS_RELEASE_DATE 2008062054 #ifndef LIBLAS_RELEASE_DATE 55 # define LIBLAS_RELEASE_DATE 20080000 55 56 #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" 58 60 #endif
