Skip to content

Commit

Permalink
Update gis.h
Browse files Browse the repository at this point in the history
Replace SVN keyword $Revision$ with generic GRASS_VERSION_STRING
  • Loading branch information
metzm authored and neteler committed Jan 11, 2020
1 parent 922fb19 commit 7823861
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion include/gis.h
Expand Up @@ -27,6 +27,7 @@
/* Grass and local include files */
#include <grass/config.h>
#include <grass/datetime.h>
#include <grass/version.h>

/*=========================== Constants/Defines ============================*/

Expand All @@ -38,7 +39,7 @@
static const char *GRASS_copyright __attribute__ ((unused))
= "GRASS GNU GPL licensed Software";

#define GIS_H_VERSION "$Revision$"
#define GIS_H_VERSION "GRASS_VERSION_STRING"
#define GIS_H_DATE "$Date$"

#define G_gisinit(pgm) G__gisinit(GIS_H_VERSION, (pgm))
Expand Down

0 comments on commit 7823861

Please sign in to comment.