version.h
author insilmaril
Tue, 05 Sep 2006 09:30:16 +0000
branchqt4-port
changeset 21 b091563e28e6
parent 20 9ad3d0391be1
permissions -rw-r--r--
More undo/redo commands. Undo debug output still enabled
insilmaril@0
     1
#ifndef VERSION_H 
insilmaril@0
     2
#define VERSION_H
insilmaril@0
     3
insilmaril@2
     4
#define __VYM "VYM"
insilmaril@17
     5
#define __VYM_VERSION "1.8.54"
insilmaril@20
     6
#define __BUILD_DATE "September 5, 2006"
insilmaril@0
     7
insilmaril@0
     8
#endif