GRASS GIS 7 Programmer's Manual  7.9.dev(2021)-e5379bbd7
version.h File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Macros

#define GRASS_VERSION_STRING   "7.9.dev (2021)"
 
#define GRASS_VERSION_MAJOR   7
 
#define GRASS_VERSION_MINOR   9
 
#define GRASS_VERSION_RELEASE   "dev"
 
#define GRASS_HEADERS_VERSION   "1e0c11f52"
 
#define GRASS_HEADERS_DATE   "2021-05-19T09:38:49+00:00"
 

Macro Definition Documentation

◆ GRASS_HEADERS_DATE

#define GRASS_HEADERS_DATE   "2021-05-19T09:38:49+00:00"

Definition at line 6 of file version.h.

◆ GRASS_HEADERS_VERSION

#define GRASS_HEADERS_VERSION   "1e0c11f52"

Definition at line 5 of file version.h.

◆ GRASS_VERSION_MAJOR

#define GRASS_VERSION_MAJOR   7

Definition at line 2 of file version.h.

Referenced by dig_Rd_Plus_head(), dig_Rd_spidx_head(), and dig_read_cidx_head().

◆ GRASS_VERSION_MINOR

#define GRASS_VERSION_MINOR   9

Definition at line 3 of file version.h.

Referenced by dig_Rd_Plus_head(), dig_Rd_spidx_head(), and dig_read_cidx_head().

◆ GRASS_VERSION_RELEASE

#define GRASS_VERSION_RELEASE   "dev"

Definition at line 4 of file version.h.

◆ GRASS_VERSION_STRING

#define GRASS_VERSION_STRING   "7.9.dev (2021)"

Definition at line 1 of file version.h.