version.h
author insilmaril
Wed, 18 Oct 2006 10:45:00 +0000
changeset 393 053b8645e3e9
parent 390 0e1aeb21cb78
child 394 67cfa6e6b863
permissions -rw-r--r--
undo/redo for delete BranchObj. Added calling commands in testmenu
     1 #ifndef VERSION_H 
     2 #define VERSION_H
     3 
     4 #define __VYM "VYM"
     5 #define __VYM_VERSION "1.8.57"
     6 #define __BUILD_DATE "October 16, 2006"
     7 
     8 #endif