"Fossies" - the Fresh Open Source Software Archive

Member "laspack/version.h" (8 Aug 1995, 1256 Bytes) of package /linux/privat/old/laspack.tgz:


As a special service "Fossies" has tried to format the requested source page into HTML format using (guessed) C and C++ source code syntax highlighting (style: standard) with prefixed line numbers and code folding option. Alternatively you can here view or download the uninterpreted source code file.

    1 /****************************************************************************/
    2 /*                                version.h                                 */
    3 /****************************************************************************/
    4 /*                                                                          */
    5 /* VERSION of the LASPack library                                           */
    6 /*                                                                          */
    7 /* Copyright (C) 1992-1995 Tomas Skalicky. All rights reserved.             */
    8 /*                                                                          */
    9 /****************************************************************************/
   10 /*                                                                          */
   11 /*        ANY USE OF THIS CODE CONSTITUTES ACCEPTANCE OF THE TERMS          */
   12 /*              OF THE COPYRIGHT NOTICE (SEE FILE COPYRGHT.H)               */
   13 /*                                                                          */
   14 /****************************************************************************/
   15 
   16 #ifndef LASPACK_VERSION_H
   17 #define LASPACK_VERSION_H
   18 
   19 #include "laspack/copyrght.h"
   20 
   21 #define LASPACK_VERSION "1.12.2"
   22 
   23 #endif /* LASPACK_VERSION_H */