[GRASS-SVN] r70181 - in grass/trunk: . doc general/g.version include lib/gis lib/init man

svn_grass at osgeo.org svn_grass at osgeo.org
Sun Jan 1 11:47:30 PST 2017


Author: neteler
Date: 2017-01-01 11:47:30 -0800 (Sun, 01 Jan 2017)
New Revision: 70181

Modified:
   grass/trunk/INSTALL
   grass/trunk/REQUIREMENTS.html
   grass/trunk/doc/howto_release.txt
   grass/trunk/general/g.version/g.version.html
   grass/trunk/grasslib.dox
   grass/trunk/include/VERSION
   grass/trunk/lib/gis/gislib_cmdline_parsing.dox
   grass/trunk/lib/init/grass.py
   grass/trunk/man/build_rest.py
Log:
Happy New Year

Modified: grass/trunk/INSTALL
===================================================================
--- grass/trunk/INSTALL	2016-12-31 22:26:38 UTC (rev 70180)
+++ grass/trunk/INSTALL	2017-01-01 19:47:30 UTC (rev 70181)
@@ -314,6 +314,6 @@
 https://grass.osgeo.org/documentation/first-time-users/
 
 ------------------
-(C) 1999-2016 by The GRASS Development Team
+(C) 1999-2017 by The GRASS Development Team
 
 Last changed: $Date$

Modified: grass/trunk/REQUIREMENTS.html
===================================================================
--- grass/trunk/REQUIREMENTS.html	2016-12-31 22:26:38 UTC (rev 70180)
+++ grass/trunk/REQUIREMENTS.html	2017-01-01 19:47:30 UTC (rev 70181)
@@ -212,7 +212,7 @@
 <p>
 
 <hr width="100%">
-<i>© GRASS Development Team 1997-2016</i>
+<i>© GRASS Development Team 1997-2017</i>
 <p>Please report bugs here:
 <br><a href="http://grass.osgeo.org/development/bug-tracking/">http://grass.osgeo.org/development/bug-tracking/</a>
 

Modified: grass/trunk/doc/howto_release.txt
===================================================================
--- grass/trunk/doc/howto_release.txt	2016-12-31 22:26:38 UTC (rev 70180)
+++ grass/trunk/doc/howto_release.txt	2017-01-01 19:47:30 UTC (rev 70181)
@@ -62,7 +62,7 @@
 7
 2
 1RC1
-2016
+2017
       rm -f include/VERSION~
 
     - Update OSGeo4W setup.hint file
@@ -123,7 +123,7 @@
 7
 2
 1svn
-2016
+2017
 
     rm -f include/VERSION~
     svn ci -m"back to SVN" include/VERSION

Modified: grass/trunk/general/g.version/g.version.html
===================================================================
--- grass/trunk/general/g.version/g.version.html	2016-12-31 22:26:38 UTC (rev 70180)
+++ grass/trunk/general/g.version/g.version.html	2017-01-01 19:47:30 UTC (rev 70181)
@@ -38,34 +38,33 @@
 <div class="code"><pre>
 g.version 
 
-GRASS 7.1.svn (2016)
+GRASS 7.2.svn (2017)
 </pre></div>
 
 <h3>GIS Library info</h3>
 
 <div class="code"><pre>
-g.version -r
-
-GRASS 7.1.svn (2015)
-libgis Revision: 63930 
-libgis Date: 2015-01-02 12:22:21 +0100 (Fri, 02 Jan 2015)
+GRASS 7.2.0svn (2016)
+libgis Revision: 68908 
+libgis Date: 2016-07-09 20:12:57 +0200 (Sat, 09 Jul 2016)
 </pre></div>
 
 <h3>Full info in shell script style</h3>
 <div class="code"><pre>
 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="2015-01-02 12:22:21 +0100 (Fri, 02 Jan 2015) "
-proj4=4.8.0
-gdal=1.11.1
-geos=3.4.2
-sqlite=3.8.8
+version=7.2.0svn
+date=2016
+revision=r70151M
+build_date=2016-12-28
+build_platform=x86_64-pc-linux-gnu
+build_off_t_size=8
+libgis_revision=68908 
+libgis_date="2016-07-09 20:12:57 +0200 (Sat, 09 Jul 2016) "
+proj4=4.9.2
+gdal=2.1.2
+geos=3.5.0
+sqlite=3.13.0
 </pre></div>
 
 <h2>Citing GRASS GIS</h2>

Modified: grass/trunk/grasslib.dox
===================================================================
--- grass/trunk/grasslib.dox	2016-12-31 22:26:38 UTC (rev 70180)
+++ grass/trunk/grasslib.dox	2017-01-01 19:47:30 UTC (rev 70181)
@@ -23,7 +23,7 @@
 are cited within their module's source code and the contributed manual
 pages.
 
-© 2000-2016 by the GRASS Development Team
+© 2000-2017 by the GRASS Development Team
 
 This manual is published under <a
 href="http://www.fsf.org/copyleft/fdl.html">GNU Free Documentation

Modified: grass/trunk/include/VERSION
===================================================================
--- grass/trunk/include/VERSION	2016-12-31 22:26:38 UTC (rev 70180)
+++ grass/trunk/include/VERSION	2017-01-01 19:47:30 UTC (rev 70181)
@@ -1,4 +1,4 @@
 7
 3
 svn
-2016
+2017

Modified: grass/trunk/lib/gis/gislib_cmdline_parsing.dox
===================================================================
--- grass/trunk/lib/gis/gislib_cmdline_parsing.dox	2016-12-31 22:26:38 UTC (rev 70180)
+++ grass/trunk/lib/gis/gislib_cmdline_parsing.dox	2017-01-01 19:47:30 UTC (rev 70181)
@@ -4,7 +4,7 @@
 <!--
 extracted form gislib.dox and improved by Vaclav Petras, 2013
 
-Copyright 2004-2013 by the GRASS Development Team
+Copyright 2004-2017 by the GRASS Development Team
 
 Published under GNU Free Documentation License
 -->

Modified: grass/trunk/lib/init/grass.py
===================================================================
--- grass/trunk/lib/init/grass.py	2016-12-31 22:26:38 UTC (rev 70180)
+++ grass/trunk/lib/init/grass.py	2017-01-01 19:47:30 UTC (rev 70181)
@@ -18,7 +18,7 @@
 #               command line options for setting the GISDBASE, LOCATION,
 #               and/or MAPSET. Finally it starts GRASS with the appropriate
 #               user interface and cleans up after it is finished.
-# COPYRIGHT:    (C) 2000-2016 by the GRASS Development Team
+# COPYRIGHT:    (C) 2000-2017 by the GRASS Development Team
 #
 #               This program is free software under the GNU General
 #               Public License (>=v2). Read the file COPYING that

Modified: grass/trunk/man/build_rest.py
===================================================================
--- grass/trunk/man/build_rest.py	2016-12-31 22:26:38 UTC (rev 70180)
+++ grass/trunk/man/build_rest.py	2017-01-01 19:47:30 UTC (rev 70181)
@@ -167,7 +167,7 @@
 --------------
 
 :doc:`Manual main page <index>` \| :doc:`Full Index <full_index>`
- 2003-2016 `GRASS Development Team <http://grass.osgeo.org>`_, GRASS GIS ${grass_version} Reference Manual
+ 2003-2017 `GRASS Development Team <http://grass.osgeo.org>`_, GRASS GIS ${grass_version} Reference Manual
 """)
 
 cmd1_tmpl = string.Template(\



More information about the grass-commit mailing list