version.cxx

Go to the documentation of this file.
00001 
00009 #ifdef HAVE_CONFIG_H
00010 // for version
00011 #include "config.h"
00012 #endif
00013 
00014 
00015 
00016 namespace hippodraw {
00017 
00018   const char * version ()
00019   {
00020 
00021     return VERSION;
00022   }
00023 
00024 }

Generated for HippoDraw Class Library by doxygen