00001 /* 00002 00003 * 00004 00005 * Template Numerical Toolkit (TNT) 00006 00007 * 00008 00009 * Mathematical and Computational Sciences Division 00010 00011 * National Institute of Technology, 00012 00013 * Gaithersburg, MD USA 00014 00015 * 00016 00017 * 00018 00019 * This software was developed at the National Institute of Standards and 00020 00021 * Technology (NIST) by employees of the Federal Government in the course 00022 00023 * of their official duties. Pursuant to title 17 Section 105 of the 00024 00025 * United States Code, this software is not subject to copyright protection 00026 00027 * and is in the public domain. NIST assumes no responsibility whatsoever for 00028 00029 * its use by other parties, and makes no guarantees, expressed or implied, 00030 00031 * about its quality, reliability, or any other characteristic. 00032 00033 * 00034 00035 */ 00036 00037 00038 00039 #ifndef TNT_VERSION_H 00040 00041 #define TNT_VERSION_H 00042 00043 00044 00045 00046 00047 //--------------------------------------------------------------------- 00048 00049 // current version 00050 00051 //--------------------------------------------------------------------- 00052 00053 00054 00055 00056 00057 #define TNT_MAJOR_VERSION '3' 00058 00059 #define TNT_MINOR_VERSION '0' 00060 00061 #define TNT_SUBMINOR_VERSION '9' 00062 00063 #define TNT_VERSION_STRING "3.0.9" 00064 00065 00066 00067 00068 00069 00070 00071 00072 00073 00074 00075 #endif 00076 00077 // TNT_VERSION_H 00078