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