Index: general/g.version/main.c
===================================================================
--- general/g.version/main.c	(revision 37041)
+++ general/g.version/main.c	(working copy)
@@ -7,7 +7,7 @@
 *  	    	Justin Hickey - Thailand - jhickey hpcc.nectec.or.th
 * PURPOSE: 	Output GRASS version number, date and copyright message.
 *             
-* COPYRIGHT:  	(C) 2000-2007 by the GRASS Development Team
+* COPYRIGHT:  	(C) 2000-2009 by the GRASS Development Team
 *
 *   	    	This program is free software under the GPL (>=v2)
 *   	    	Read the file COPYING that comes with GRASS for details.
@@ -46,9 +46,11 @@
 	exit(EXIT_FAILURE);
 
 
-    fprintf(stdout, "GRASS %s (%s) %s\n",
-	    GRASS_VERSION_NUMBER, GRASS_VERSION_DATE,
-	    GRASS_VERSION_UPDATE_PKG);
+    fprintf(stdout, "GRASS %s (%s) %s\n\ngis_h_svn_revision=%s\ngis_h_svn_date=%s\n",
+	    GRASS_VERSION_NUMBER, GRASS_VERSION_DATE, 
+	    GRASS_VERSION_UPDATE_PKG,
+	    GIS_H_VERSION, GIS_H_DATE
+	    );
 
     if (copyright->answer) {
 	fprintf(stdout, "\n");

