version.h
author insilmaril
Tue, 01 Aug 2006 09:30:57 +0000
changeset 363 3dc98c8843bc
parent 361 a784c102bbed
child 366 e95081c21da2
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@191
     4
#define __VYM "VYM"
insilmaril@358
     5
#define __VYM_VERSION "1.8.1"
insilmaril@361
     6
#define __BUILD_DATE "July 31 2006"
insilmaril@0
     7
insilmaril@0
     8
#endif