version.h
author insilmaril
Thu, 23 Feb 2006 16:39:16 +0000
changeset 219 a860efcaac4c
parent 218 160459d924a1
child 227 38ad83f1d4ce
permissions -rw-r--r--
Cleaned up mmap import a bit. Started to convert flags there, too
     1 #ifndef VERSION_H 
     2 #define VERSION_H
     3 
     4 #define __VYM "VYM"
     5 #define __VYM_VERSION "1.7.10"
     6 #define __BUILD_DATE "February 22, 2006"
     7 
     8 #endif