version.h
author insilmaril
Tue Sep 05 09:30:16 2006 +0000 (2006-09-05)
branchqt4-port
changeset 21 b091563e28e6
parent 18 70c41284cb48
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 "September 5, 2006"
     7 
     8 #endif