version.h
author insilmaril
Fri Jun 02 15:35:25 2006 +0000 (2006-06-02)
changeset 349 52d670355a7b
parent 337 c33e8f56362d
child 351 ffe2a4396694
permissions -rw-r--r--
fixed string in findwindow
     1 #ifndef VERSION_H 
     2 #define VERSION_H
     3 
     4 #define __VYM "VYM"
     5 #define __VYM_VERSION "1.7.18"
     6 #define __BUILD_DATE "June 1, 2006"
     7 
     8 #endif