forked from LASzip/LASzip
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathlaszip_api_version.h.in
44 lines (28 loc) · 1.14 KB
/
laszip_api_version.h.in
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
/*
===============================================================================
FILE: laszip_api_version.h
CONTENTS:
Version information for LASzip API interface
PROGRAMMERS:
[email protected] - https://rapidlasso.de
COPYRIGHT:
(c) 2007-2022, rapidlasso GmbH - fast tools to catch reality
This is free software; you can redistribute and/or modify it under the
terms of the Apache Public License 2.0 published by the Apache Software
Foundation. See the COPYING file for more information.
This software is distributed WITHOUT ANY WARRANTY and without even the
implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
CHANGE HISTORY:
22 August 2017 -- Created
===============================================================================
*/
#ifndef LASZIP_API_VERSION_H
#define LASZIP_API_VERSION_H
/*
* version settings
*/
#define LASZIP_API_VERSION_MAJOR @LASZIP_API_VERSION_MAJOR@
#define LASZIP_API_VERSION_MINOR @LASZIP_API_VERSION_MINOR@
#define LASZIP_API_VERSION_PATCH @LASZIP_API_VERSION_PATCH@
#define HAVE_UNORDERED_MAP @HAVE_UNORDERED_MAP@
#endif /* LASZIP_API_VERSION_H */