Warning, /JETSCAPE/external_packages/gtl/include/GTL/version.h.in is written in an unsupported language. File is not indexed.
0001 //==========================================================================
0002 //
0003 // version.h.in - GTL version
0004 //
0005 //==========================================================================
0006 // $Id: version.h.in,v 1.1 1999/02/18 18:46:59 forster Exp $
0007
0008 #ifndef GTL_VERSION_H
0009 #define GTL_VERSION_H
0010
0011 #define GTL_MAJOR_VERSION "@MAJOR_VERSION@"
0012 #define GTL_MINOR_VERSION "@MINOR_VERSION@"
0013 #define GTL_MINI_VERSION "@MINI_VERSION@"
0014
0015 #endif // GT_VERSION_H
0016
0017 //--------------------------------------------------------------------------
0018 // end of file
0019 //--------------------------------------------------------------------------