version.h
author insilmaril
Wed Mar 08 12:59:07 2006 +0000 (2006-03-08)
changeset 234 5115a9d93e86
parent 227 38ad83f1d4ce
child 236 22a885118d50
permissions -rw-r--r--
Fixed Image Preview in FileDialog
     1 #ifndef VERSION_H 
     2 #define VERSION_H
     3 
     4 #define __VYM "VYM"
     5 #define __VYM_VERSION "1.7.10"
     6 #define __BUILD_DATE "March 7, 2006"
     7 
     8 #endif