version.h
author insilmaril
Tue, 06 Jun 2006 14:58:11 +0000
branchqt4-port
changeset 2 608f976aa7bb
parent 0 7a96bd401351
child 5 5cfbba1dc2f8
permissions -rw-r--r--
First compilation on 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