Changeset 853 for trunk/include/liblas/capi/las_version.h
- Timestamp:
- 08/19/08 00:16:28 (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
r850 r853 44 44 45 45 #ifndef LIBLAS_VERSION_MAJOR 46 # define LIBLAS_VERSION_MAJOR 147 # define LIBLAS_VERSION_MINOR 048 # define LIBLAS_VERSION_REV 049 # define LIBLAS_VERSION_BUILD 046 #define LIBLAS_VERSION_MAJOR 1 47 #define LIBLAS_VERSION_MINOR 0 48 #define LIBLAS_VERSION_REV 0 49 #define LIBLAS_VERSION_BUILD 0 50 50 #endif 51 51 52 52 #ifndef LIBLAS_VERSION_NUM 53 # define LIBLAS_VERSION_NUM (LIBLAS_VERSION_MAJOR*1000+LIBLAS_VERSION_MINOR*100+LIBLAS_VERSION_REV*10+LIBLAS_VERSION_BUILD)53 #define LIBLAS_VERSION_NUM (LIBLAS_VERSION_MAJOR*1000+LIBLAS_VERSION_MINOR*100+LIBLAS_VERSION_REV*10+LIBLAS_VERSION_BUILD) 54 54 #endif 55 55 56 56 #ifndef LIBLAS_RELEASE_DATE 57 # define LIBLAS_RELEASE_DATE 2008000057 #define LIBLAS_RELEASE_DATE 20080000 58 58 #endif 59 59 60 60 #ifndef LIBLAS_RELEASE_NAME 61 # define LIBLAS_RELEASE_NAME "1.0.0b2"61 #define LIBLAS_RELEASE_NAME "1.0.0b2" 62 62 #endif 63 63
