/home/ntakagi/work/STLport-5.1.5/stlport/stl/_stlport_version.hGo to the documentation of this file.00001 /* 00002 * 00003 * Copyright (c) 2005 00004 * Francois Dumont 00005 * 00006 * This material is provided "as is", with absolutely no warranty expressed 00007 * or implied. Any use is at your own risk. 00008 * 00009 * Permission to use or copy this software for any purpose is hereby granted 00010 * without fee, provided the above notices are retained on all copies. 00011 * Permission to modify the code and to distribute modified code is granted, 00012 * provided the above notices are retained, and a notice that the code was 00013 * modified is included with the above copyright notice. 00014 * 00015 */ 00016 00017 #ifndef _STLP_STLPORT_VERSION_H 00018 #define _STLP_STLPORT_VERSION_H 00019 00020 /* The last SGI STL release we merged with */ 00021 #define __SGI_STL 0x330 00022 00023 /* STLport version */ 00024 #define _STLPORT_MAJOR 5 00025 #define _STLPORT_MINOR 1 00026 #define _STLPORT_PATCHLEVEL 5 00027 00028 #define _STLPORT_VERSION 0x515 00029 00030 #endif /* _STLP_STLPORT_VERSION_H */
Generated on Mon Mar 10 15:32:36 2008 by ![]() |