version.h
author insilmaril
Wed, 25 Jan 2006 09:05:57 +0000
changeset 195 98f260cfb1fe
parent 194 de97201180ea
child 200 451cab91e350
permissions -rw-r--r--
Added missing file.h file.cpp
     1 #ifndef VERSION_H 
     2 #define VERSION_H
     3 
     4 #define __VYM "VYM"
     5 #define __VYM_VERSION "1.7.7"
     6 #define __BUILD_DATE "January 25, 2006"
     7 
     8 #endif