Changeset 849
- Timestamp:
- 08/19/08 00:11:13 (4 months ago)
- Location:
- trunk/include/liblas/capi
- Files:
-
- 2 modified
-
las_config.h (modified) (1 diff)
-
las_version.h (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/liblas/capi/las_config.h
r839 r849 89 89 #endif 90 90 91 #ifndef LIBLAS_VERSION_MAJOR92 # define LIBLAS_VERSION_MAJOR 193 # define LIBLAS_VERSION_MINOR 094 # define LIBLAS_VERSION_REV 095 # define LIBLAS_VERSION_BUILD 096 #endif97 98 #ifndef LIBLAS_VERSION_NUM99 # define LIBLAS_VERSION_NUM (LIBLAS_VERSION_MAJOR*1000+LIBLAS_VERSION_MINOR*100+LIBLAS_VERSION_REV*10+LIBLAS_VERSION_BUILD)100 #endif101 102 #ifndef LIBLAS_RELEASE_DATE103 # define LIBLAS_RELEASE_DATE 20080000104 #endif105 106 #ifndef LIBLAS_RELEASE_NAME107 # define LIBLAS_RELEASE_NAME "1.0.0b1"108 #endif109 110 91 111 92 #endif /* LAS_CONFIG_H_INCLUDED */ -
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
