version.h
author insilmaril
Wed, 21 Jun 2006 07:35:32 +0000
changeset 355 ca0c7650fbe4
parent 351 ffe2a4396694
child 358 1cec1d19a157
permissions -rw-r--r--
Version 1.8.0 (instead of 1.8.00)
     1 #ifndef VERSION_H 
     2 #define VERSION_H
     3 
     4 #define __VYM "VYM"
     5 #define __VYM_VERSION "1.8.0"
     6 #define __BUILD_DATE "June 16, 2006"
     7 
     8 #endif