.TH g.version 1grass "" "GRASS 7.2.0" "Grass User's Manual" .SH NAME \fI\fBg.version\fR\fR \- Displays GRASS GIS version info. .br Optionally also prints build or copyright information. .SH KEYWORDS general, support, citing, copyright, version, license .SH SYNOPSIS \fBg.version\fR .br \fBg.version \-\-help\fR .br \fBg.version\fR [\-\fBcxbreg\fR] [\-\-\fBhelp\fR] [\-\-\fBverbose\fR] [\-\-\fBquiet\fR] [\-\-\fBui\fR] .SS Flags: .IP "\fB\-c\fR" 4m .br Print also the copyright message .IP "\fB\-x\fR" 4m .br Print also the citation options .IP "\fB\-b\fR" 4m .br Print also the build information .IP "\fB\-r\fR" 4m .br Print also the GIS library revision number and date .IP "\fB\-e\fR" 4m .br Print also extended info for additional libraries .br GDAL/OGR, PROJ.4, GEOS .IP "\fB\-g\fR" 4m .br Print info in shell script style (including SVN revision number) .IP "\fB\-\-help\fR" 4m .br Print usage summary .IP "\fB\-\-verbose\fR" 4m .br Verbose module output .IP "\fB\-\-quiet\fR" 4m .br Quiet module output .IP "\fB\-\-ui\fR" 4m .br Force launching GUI dialog .SH DESCRIPTION \fIg.version\fR prints to standard output the GRASS version number, date, the GRASS GIS copyright (\fB\-c\fR flag), and GRASS build information (\fB\-b\fR flag). .SH NOTES This program requires no command line arguments; the user simply types \fIg.version\fR on the command line to see the version number and date of the GRASS GIS software currently being run by the user. .PP Information about GRASS GIS core GIS Library can be printed by \fB\-r\fR flag. .PP Version numbers of additional libraries like PROJ.4, GDAL/OGR or GEOS are printed by \fB\-e\fR flag. .PP See also function version() from Python Scripting Library. .br .nf \fC import grass.script as gcore print gcore.version() \fR .fi .SH EXAMPLES .SS Basic info .br .nf \fC g.version GRASS 7.1.svn (2016) \fR .fi .SS GIS Library info .br .nf \fC g.version \-r GRASS 7.1.svn (2015) libgis Revision: 63930 libgis Date: 2015\-01\-02 12:22:21 +0100 (Fri, 02 Jan 2015) \fR .fi .SS Full info in shell script style .br .nf \fC g.version \-rge version=7.1.svn date=2015 revision=64567 build_date=2015\-01\-11 build_platform=x86_64\-unknown\-linux\-gnu libgis_revision=63930 libgis_date=\(dq2015\-01\-02 12:22:21 +0100 (Fri, 02 Jan 2015) \(dq proj4=4.8.0 gdal=1.11.1 geos=3.4.2 sqlite=3.8.8 \fR .fi .SH Citing GRASS GIS The GRASS Development Team has invested significant time and effort in creating GRASS GIS, please cite it when using it for data analysis. The GRASS GIS Web site offers citations in different styles. .SH AUTHORS Michael Shapiro, U.S. Army Construction Engineering Research Laboratory .br Extended info by Martin Landa, Czech Technical University in Prague, Czech Republic .PP \fILast changed: $Date: 2016\-01\-02 16:54:04 +0100 (Sat, 02 Jan 2016) $\fR .SH SOURCE CODE .PP Available at: g.version source code (history) .PP Main index | General index | Topics index | Keywords index | Graphical index | Full index .PP © 2003\-2016 GRASS Development Team, GRASS GIS 7.2.0 Reference Manual