version.h
author insilmaril
Fri, 24 Feb 2006 11:22:50 +0000
changeset 222 4b872954721b
parent 218 160459d924a1
child 227 38ad83f1d4ce
permissions -rw-r--r--
oops. removed debugging output from xml.cpp
     1 #ifndef VERSION_H 
     2 #define VERSION_H
     3 
     4 #define __VYM "VYM"
     5 #define __VYM_VERSION "1.7.10"
     6 #define __BUILD_DATE "February 22, 2006"
     7 
     8 #endif