las_version.h | las_version.h | |||
---|---|---|---|---|
skipping to change at line 48 | skipping to change at line 48 | |||
* OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY | * OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY | |||
* OF SUCH DAMAGE. | * OF SUCH DAMAGE. | |||
************************************************************************** **/ | ************************************************************************** **/ | |||
#ifndef LAS_VERSION_H_INCLUDED | #ifndef LAS_VERSION_H_INCLUDED | |||
#define LAS_VERSION_H_INCLUDED | #define LAS_VERSION_H_INCLUDED | |||
#ifndef LIBLAS_VERSION_MAJOR | #ifndef LIBLAS_VERSION_MAJOR | |||
#define LIBLAS_VERSION_MAJOR 1 | #define LIBLAS_VERSION_MAJOR 1 | |||
#define LIBLAS_VERSION_MINOR 6 | #define LIBLAS_VERSION_MINOR 6 | |||
#define LIBLAS_VERSION_REV 0 | #define LIBLAS_VERSION_REV 1 | |||
#define LIBLAS_VERSION_BUILD 0 | #define LIBLAS_VERSION_BUILD 0 | |||
#endif | #endif | |||
#ifndef LIBLAS_VERSION_NUM | #ifndef LIBLAS_VERSION_NUM | |||
#define LIBLAS_VERSION_NUM (LIBLAS_VERSION_MAJOR*1000+LIBLAS_VERSION_M INOR*100+LIBLAS_VERSION_REV*10+LIBLAS_VERSION_BUILD) | #define LIBLAS_VERSION_NUM (LIBLAS_VERSION_MAJOR*1000+LIBLAS_VERSION_M INOR*100+LIBLAS_VERSION_REV*10+LIBLAS_VERSION_BUILD) | |||
#endif | #endif | |||
#ifndef LIBLAS_RELEASE_DATE | #ifndef LIBLAS_RELEASE_DATE | |||
#define LIBLAS_RELEASE_DATE 20100201 | #define LIBLAS_RELEASE_DATE 20100405 | |||
#endif | #endif | |||
#ifndef LIBLAS_RELEASE_NAME | #ifndef LIBLAS_RELEASE_NAME | |||
#define LIBLAS_RELEASE_NAME "1.6.0" | #define LIBLAS_RELEASE_NAME "1.6.1" | |||
#endif | #endif | |||
#endif /* LAS_VERSION_H_INCLUDED */ | #endif /* LAS_VERSION_H_INCLUDED */ | |||
End of changes. 3 change blocks. | ||||
3 lines changed or deleted | 3 lines changed or added | |||