version.h
author insilmaril
Wed, 01 Feb 2006 16:14:55 +0000
changeset 201 eda811e31b2e
parent 200 451cab91e350
child 205 30c4a6c7ff10
permissions -rw-r--r--
check for section-templates only if needed
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@201
     6
#define __BUILD_DATE "February 1, 2006"
insilmaril@0
     7
insilmaril@0
     8
#endif