version.h
author insilmaril
Thu, 23 Feb 2006 08:37:39 +0000
changeset 218 160459d924a1
parent 205 30c4a6c7ff10
child 227 38ad83f1d4ce
permissions -rw-r--r--
New translation: Italian. Minor Improvements in mmap Import
     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