version.h
author insilmaril
Fri, 16 Jun 2006 10:29:37 +0000
changeset 354 1c6c6a1c411f
parent 351 ffe2a4396694
child 355 ca0c7650fbe4
permissions -rw-r--r--
added newbranch icon to edit menu
     1 #ifndef VERSION_H 
     2 #define VERSION_H
     3 
     4 #define __VYM "VYM"
     5 #define __VYM_VERSION "1.8.00"
     6 #define __BUILD_DATE "June 16, 2006"
     7 
     8 #endif