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