version.h
author insilmaril
Tue Aug 01 09:31:22 2006 +0000 (2006-08-01)
branchqt4-port
changeset 12 58e7594239df
parent 9 f94317a94db1
child 13 9aadd0f58300
permissions -rw-r--r--
updated vym.pro to respect INSTALLDIR
     1 #ifndef VERSION_H 
     2 #define VERSION_H
     3 
     4 #define __VYM "VYM"
     5 #define __VYM_VERSION "1.8.51"
     6 #define __BUILD_DATE "July 27, 2006"
     7 
     8 #endif