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
insilmaril@0
     1
#ifndef VERSION_H 
insilmaril@0
     2
#define VERSION_H
insilmaril@0
     3
insilmaril@2
     4
#define __VYM "VYM"
insilmaril@2
     5
#define __VYM_VERSION "1.7.50"
insilmaril@2
     6
#define __BUILD_DATE "June 5, 2006"
insilmaril@0
     7
insilmaril@0
     8
#endif