version.h
author insilmaril
Tue, 11 Apr 2006 14:34:14 +0000
changeset 295 f6fecd518011
parent 292 40a1403c736d
child 301 4258723b534c
permissions -rw-r--r--
added basic history window
     1 #ifndef VERSION_H 
     2 #define VERSION_H
     3 
     4 #define __VYM "VYM"
     5 #define __VYM_VERSION "1.7.15"
     6 #define __BUILD_DATE "April 10, 2006"
     7 
     8 #endif