version.h
author insilmaril
Fri Feb 17 09:21:48 2006 +0000 (2006-02-17)
changeset 210 0cf4c12cfe1c
parent 201 eda811e31b2e
child 218 160459d924a1
permissions -rw-r--r--
added defautl OO presentation
     1 #ifndef VERSION_H 
     2 #define VERSION_H
     3 
     4 #define __VYM "VYM"
     5 #define __VYM_VERSION "1.7.9"
     6 #define __BUILD_DATE "February 14, 2006"
     7 
     8 #endif