version.h
author insilmaril
Thu Jul 27 15:13:16 2006 +0000 (2006-07-27)
changeset 359 343d55383450
parent 355 ca0c7650fbe4
child 361 a784c102bbed
permissions -rw-r--r--
added changelog entry for last fix
     1 #ifndef VERSION_H 
     2 #define VERSION_H
     3 
     4 #define __VYM "VYM"
     5 #define __VYM_VERSION "1.8.1"
     6 #define __BUILD_DATE "July 13 2006"
     7 
     8 #endif