Blender V2.61 - r43446

tnt_version.h

Go to the documentation of this file.
00001 
00004 /*
00005 *
00006 * Template Numerical Toolkit (TNT)
00007 *
00008 * Mathematical and Computational Sciences Division
00009 * National Institute of Technology,
00010 * Gaithersburg, MD USA
00011 *
00012 *
00013 * This software was developed at the National Institute of Standards and
00014 * Technology (NIST) by employees of the Federal Government in the course
00015 * of their official duties. Pursuant to title 17 Section 105 of the
00016 * United States Code, this software is not subject to copyright protection
00017 * and is in the public domain. NIST assumes no responsibility whatsoever for
00018 * its use by other parties, and makes no guarantees, expressed or implied,
00019 * about its quality, reliability, or any other characteristic.
00020 *
00021 */
00022 
00023 #ifndef TNT_VERSION_H
00024 #define TNT_VERSION_H
00025 
00026 
00027 //---------------------------------------------------------------------
00028 //  current version 
00029 //---------------------------------------------------------------------
00030 
00031 
00032 #define TNT_MAJOR_VERSION    '1'
00033 #define TNT_MINOR_VERSION    '2'
00034 #define TNT_SUBMINOR_VERSION '6'
00035 #define TNT_VERSION_STRING "1.2.6"
00036 
00037 
00038 
00039 
00040 
00041 #endif
00042 // TNT_VERSION_H