version.h
author insilmaril
Mon, 25 Jul 2005 20:35:01 +0000
changeset 137 88d2a027ef14
parent 131 16b250a57c17
child 139 087e60400acc
permissions -rw-r--r--
changed MapEditor::undo and saveState so that selection is saved, too (bugfix)
     1 #ifndef VERSION_H 
     2 #define VERSION_H
     3 
     4 #define __VYM_VERSION__ "1.7.1"
     5 #define __BUILD_DATE__ "July 25, 2005"
     6 
     7 #endif