//-------------------------------------------------------------------------- // // File: version.h // // Created: 16/10/2002 // // Author: Pavel Sakov // CSIRO Marine Research // // Purpose: Version string for csa library // //-------------------------------------------------------------------------- #if !defined ( _VERSION_H ) #define _VERSION_H const char* csa_version = "0.23"; #endif