[GRASS-SVN] r31626 - grass/trunk/include

svn_grass at osgeo.org svn_grass at osgeo.org
Wed Jun 4 14:18:08 EDT 2008


Author: glynn
Date: 2008-06-04 14:18:08 -0400 (Wed, 04 Jun 2008)
New Revision: 31626

Modified:
   grass/trunk/include/gis.h
Log:
Add GIS_H_VERSION macro


Modified: grass/trunk/include/gis.h
===================================================================
--- grass/trunk/include/gis.h	2008-06-04 09:24:32 UTC (rev 31625)
+++ grass/trunk/include/gis.h	2008-06-04 18:18:08 UTC (rev 31626)
@@ -40,6 +40,8 @@
 static const char *GRASS_copyright __attribute__((unused))
 	= "GRASS GNU GPL licensed Software" ;
 
+#define GIS_H_VERSION "$Revision$"
+
 /* Define TRUE and FALSE for boolean comparisons */
 #ifndef TRUE
 #define TRUE 1



More information about the grass-commit mailing list