Show
Ignore:
Timestamp:
08/19/08 00:12:39 (5 months ago)
Author:
hobu
Message:

include guard

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/include/liblas/capi/las_version.h

    r849 r850  
    4040 ****************************************************************************/ 
    4141 
     42#ifndef LAS_VERSION_H_INCLUDED 
     43#define LAS_VERSION_H_INCLUDED 
    4244 
    4345#ifndef LIBLAS_VERSION_MAJOR 
     
    5961#  define LIBLAS_RELEASE_NAME     "1.0.0b2" 
    6062#endif 
     63 
     64#endif /* LAS_VERSION_H_INCLUDED */