PLplot
5.10.0
|
00001 //-------------------------------------------------------------------------- 00002 // 00003 // File: version.h 00004 // 00005 // Created: 16/10/2002 00006 // 00007 // Author: Pavel Sakov 00008 // CSIRO Marine Research 00009 // 00010 // Purpose: Version string for csa library 00011 // 00012 //-------------------------------------------------------------------------- 00013 00014 #if !defined ( _VERSION_H ) 00015 #define _VERSION_H 00016 00017 const char* csa_version = "0.23"; 00018 00019 #endif