version.h
author insilmaril
Wed, 14 Jun 2006 14:43:18 +0000
branchqt4-port
changeset 6 db50e4164311
parent 5 5cfbba1dc2f8
child 7 84f76a3876d7
permissions -rw-r--r--
Basic editing works again
     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 12, 2006"
     7 
     8 #endif