version.h
author insilmaril
Tue, 31 Jan 2006 15:56:28 +0000
changeset 200 451cab91e350
parent 194 de97201180ea
child 201 eda811e31b2e
permissions -rw-r--r--
Bugfixes for including images in tree
insilmaril@0
     1
#ifndef VERSION_H 
insilmaril@0
     2
#define VERSION_H
insilmaril@0
     3
insilmaril@191
     4
#define __VYM "VYM"
insilmaril@200
     5
#define __VYM_VERSION "1.7.8"
insilmaril@200
     6
#define __BUILD_DATE "January 31, 2006"
insilmaril@0
     7
insilmaril@0
     8
#endif