소스 검색

Add GIS_H_VERSION macro

git-svn-id: https://svn.osgeo.org/grass/grass/trunk@31626 15284696-431f-4ddb-bdfa-cd5b030d7da7
Glynn Clements 17 년 전
부모
커밋
dca9590d8c
1개의 변경된 파일2개의 추가작업 그리고 0개의 파일을 삭제
  1. 2 0
      include/gis.h

+ 2 - 0
include/gis.h

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