PLplot  5.15.0
csa/version.h
Go to the documentation of this file.
1 //--------------------------------------------------------------------------
2 //
3 // File: version.h
4 //
5 // Created: 16/10/2002
6 //
7 // Author: Pavel Sakov
8 // CSIRO Marine Research
9 //
10 // Purpose: Version string for csa library
11 //
12 //--------------------------------------------------------------------------
13 
14 #if !defined ( _VERSION_H )
15 #define _VERSION_H
16 
17 const char* csa_version = "0.23";
18 
19 #endif
const char * csa_version
Definition: csa/version.h:17