00001 //-------------------------------------------------------------------------- 00002 // 00003 // File: version.h 00004 // 00005 // Created: 18/10/2001 00006 // 00007 // Author: Pavel Sakov 00008 // CSIRO Marine Research 00009 // 00010 // Purpose: Contains version string 00011 // 00012 //-------------------------------------------------------------------------- 00013 00014 #if !defined ( _VERSION_H ) 00015 #define _VERSION_H 00016 00017 char* nn_version = "1.38"; 00018 00019 #endif