version.h
author insilmaril
Tue, 01 Aug 2006 09:31:22 +0000
branchqt4-port
changeset 12 58e7594239df
parent 11 b8c547f0fc58
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