version.h
author insilmaril
Tue Apr 11 14:34:14 2006 +0000 (2006-04-11)
changeset 293 68495946fe33
parent 269 4c3e9fa0093b
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