version.h
author insilmaril
Thu Aug 31 12:51:20 2006 +0000 (2006-08-31)
branchqt4-port
changeset 19 caba269c3757
parent 17 557239819c45
child 20 9ad3d0391be1
permissions -rw-r--r--
More undo/redo commands. Undo debug output still enabled
     1 #ifndef VERSION_H 
     2 #define VERSION_H
     3 
     4 #define __VYM "VYM"
     5 #define __VYM_VERSION "1.8.54"
     6 #define __BUILD_DATE "August 31, 2006"
     7 
     8 #endif