Index: trunk/ippMonitor/Makefile.in
===================================================================
--- trunk/ippMonitor/Makefile.in	(revision 29642)
+++ trunk/ippMonitor/Makefile.in	(revision 29643)
@@ -63,5 +63,6 @@
 $(DESTWWW)/warpProcessedExp_Images.php \
 $(DESTWWW)/warpProcessedExp.php \
-$(DESTWWW)/diskUsage.php
+$(DESTWWW)/diskUsage.php \
+$(DESTWWW)/version.php
 
 DEFSRC = \
@@ -255,4 +256,7 @@
 	cp $(SRC)/$*.php $(DESTWWW)/$*.php || exit
 
+$(DESTWWW)/version.php:
+	svnversion > $@
+
 # non-generated php code is copied directly
 $(DESTWWW)/%.php: $(RAW)/%.php
Index: trunk/ippMonitor/raw/czartool_labels.php
===================================================================
--- trunk/ippMonitor/raw/czartool_labels.php	(revision 29642)
+++ trunk/ippMonitor/raw/czartool_labels.php	(revision 29643)
@@ -2,4 +2,5 @@
 include 'ipp.php';
 include 'site.php';
+include 'version.php';
 
 $ID = checkID();
