version.h
author insilmaril
Tue Jan 31 15:56:28 2006 +0000 (2006-01-31)
changeset 200 451cab91e350
parent 194 de97201180ea
child 201 eda811e31b2e
permissions -rw-r--r--
Bugfixes for including images in tree
     1 #ifndef VERSION_H 
     2 #define VERSION_H
     3 
     4 #define __VYM "VYM"
     5 #define __VYM_VERSION "1.7.8"
     6 #define __BUILD_DATE "January 31, 2006"
     7 
     8 #endif