version.h
author insilmaril
Fri, 08 Sep 2006 12:30:09 +0000
changeset 381 c79df732d095
parent 375 06ab6df252fa
child 388 3a58c9ef4a18
permissions -rw-r--r--
rows in history window can be selected to undo/redo actions
     1 #ifndef VERSION_H 
     2 #define VERSION_H
     3 
     4 #define __VYM "VYM"
     5 #define __VYM_VERSION "1.8.55"
     6 #define __BUILD_DATE "September 8, 2006"
     7 
     8 #endif