~ubuntu-branches/ubuntu/trusty/liblas/trusty-proposed

« back to all changes in this revision

Viewing changes to include/liblas/capi/las_version.h

  • Committer: Package Import Robot
  • Author(s): Francesco Paolo Lovergine
  • Date: 2014-01-05 17:00:29 UTC
  • mfrom: (7.1.2 sid)
  • Revision ID: package-import@ubuntu.com-20140105170029-ddtp0j63x5jvck2u
Tags: 1.7.0+dfsg-2
Fixed missing linking of system boost component.
(closes: #733282)

Show diffs side-by-side

added added

removed removed

Lines of Context:
44
44
 
45
45
#ifndef LIBLAS_VERSION_MAJOR
46
46
#define LIBLAS_VERSION_MAJOR    1
47
 
#define LIBLAS_VERSION_MINOR    2
48
 
#define LIBLAS_VERSION_REV      1
 
47
#define LIBLAS_VERSION_MINOR    7
 
48
#define LIBLAS_VERSION_REV      0
49
49
#define LIBLAS_VERSION_BUILD    0
50
50
#endif
51
51
 
54
54
#endif
55
55
 
56
56
#ifndef LIBLAS_RELEASE_DATE
57
 
#define LIBLAS_RELEASE_DATE     20091002
 
57
#define LIBLAS_RELEASE_DATE     20120105
58
58
#endif
59
59
 
60
60
#ifndef LIBLAS_RELEASE_NAME
61
 
#define LIBLAS_RELEASE_NAME     "1.2.1"
 
61
#define LIBLAS_RELEASE_NAME     "1.7.0"
62
62
#endif
63
63
 
64
64
#endif /* LAS_VERSION_H_INCLUDED */