version.h
author insilmaril
Tue, 13 Jun 2006 13:54:53 +0000
branchqt4-port
changeset 4 ec3d2962893d
parent 2 608f976aa7bb
child 5 5cfbba1dc2f8
permissions -rw-r--r--
ported File Menu to QT4
     1 #ifndef VERSION_H 
     2 #define VERSION_H
     3 
     4 #define __VYM "VYM"
     5 #define __VYM_VERSION "1.7.50"
     6 #define __BUILD_DATE "June 5, 2006"
     7 
     8 #endif