Selaa lähdekoodia

Happy New Year

git-svn-id: https://svn.osgeo.org/grass/grass/trunk@70181 15284696-431f-4ddb-bdfa-cd5b030d7da7
Markus Neteler 8 vuotta sitten
vanhempi
commit
4fc018e782

+ 1 - 1
INSTALL

@@ -314,6 +314,6 @@ https://trac.osgeo.org/grass/wiki/Submitting
 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$

+ 1 - 1
REQUIREMENTS.html

@@ -212,7 +212,7 @@ MacOSX users may go here to download precompiled libraries etc.:
 <p>
 
 <hr width="100%">
-<i>&copy; GRASS Development Team 1997-2016</i>
+<i>&copy; 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>
 

+ 2 - 2
doc/howto_release.txt

@@ -62,7 +62,7 @@ Contents
 7
 2
 1RC1
-2016
+2017
       rm -f include/VERSION~
 
     - Update OSGeo4W setup.hint file
@@ -123,7 +123,7 @@ Contents
 7
 2
 1svn
-2016
+2017
 
     rm -f include/VERSION~
     svn ci -m"back to SVN" include/VERSION

+ 16 - 17
general/g.version/g.version.html

@@ -38,34 +38,33 @@ print gcore.version()
 <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>

+ 1 - 1
grasslib.dox

@@ -23,7 +23,7 @@ Team</a>, an international team of programmers, GRASS module authors
 are cited within their module's source code and the contributed manual
 pages.
 
-&copy; 2000-2016 by the GRASS Development Team
+&copy; 2000-2017 by the GRASS Development Team
 
 This manual is published under <a
 href="http://www.fsf.org/copyleft/fdl.html">GNU Free Documentation

+ 1 - 1
include/VERSION

@@ -1,4 +1,4 @@
 7
 3
 svn
-2016
+2017

+ 1 - 1
lib/gis/gislib_cmdline_parsing.dox

@@ -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
 -->

+ 1 - 1
lib/init/grass.py

@@ -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

+ 1 - 1
man/build_rest.py

@@ -167,7 +167,7 @@ r"""
 --------------
 
 :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(\