version.h
author insilmaril
Mon, 05 Sep 2005 16:48:10 +0000
changeset 161 88efbd21cff1
parent 160 72cc3873306a
child 163 30b22f7bd009
permissions -rw-r--r--
copied vym-48x48.png to vym.png
     1 #ifndef VERSION_H 
     2 #define VERSION_H
     3 
     4 #define __VYM_VERSION__ "1.7.4"
     5 #define __BUILD_DATE__ "September 5, 2005"
     6 
     7 #endif