version.h
author insilmaril
Mon, 27 Mar 2006 20:21:58 +0000
changeset 263 0b843ab9fd7a
parent 260 69d648a0a15b
child 264 4ee885c3b72c
permissions -rw-r--r--
More documentation, fixed small bug where links of unselected objects where visible again
     1 #ifndef VERSION_H 
     2 #define VERSION_H
     3 
     4 #define __VYM "VYM"
     5 #define __VYM_VERSION "1.7.12"
     6 #define __BUILD_DATE "March 23, 2006"
     7 
     8 #endif