las_version.h File Reference

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.


Defines

#define LIBLAS_VERSION_MAJOR   1
#define LIBLAS_VERSION_MINOR   0
#define LIBLAS_VERSION_REV   0
#define LIBLAS_VERSION_BUILD   0
#define LIBLAS_VERSION_NUM   (LIBLAS_VERSION_MAJOR*1000+LIBLAS_VERSION_MINOR*100+LIBLAS_VERSION_REV*10+LIBLAS_VERSION_BUILD)
#define LIBLAS_RELEASE_DATE   20080000
#define LIBLAS_RELEASE_NAME   "1.0.0"

Define Documentation

#define LIBLAS_RELEASE_DATE   20080000

Definition at line 57 of file las_version.h.

#define LIBLAS_RELEASE_NAME   "1.0.0"

Definition at line 61 of file las_version.h.

#define LIBLAS_VERSION_BUILD   0

Definition at line 49 of file las_version.h.

#define LIBLAS_VERSION_MAJOR   1

Definition at line 46 of file las_version.h.

#define LIBLAS_VERSION_MINOR   0

Definition at line 47 of file las_version.h.

#define LIBLAS_VERSION_NUM   (LIBLAS_VERSION_MAJOR*1000+LIBLAS_VERSION_MINOR*100+LIBLAS_VERSION_REV*10+LIBLAS_VERSION_BUILD)

Definition at line 53 of file las_version.h.

#define LIBLAS_VERSION_REV   0

Definition at line 48 of file las_version.h.