version.h
author insilmaril
Mon, 31 Jan 2005 09:47:43 +0000
changeset 88 9771028de303
parent 83 e90f5bef70c8
child 89 9db3eaa21237
permissions -rw-r--r--
fixed segfault when loading .vyp
     1 #ifndef VERSION_H 
     2 #define VERSION_H
     3 
     4 #define __VYM_VERSION__ "1.6.1"
     5 #define __BUILD_DATE__ "January 31, 2005"
     6 
     7 #endif