version.cxx
Go to the documentation of this file.
1 
9 #ifdef HAVE_CONFIG_H
10 // for version
11 #include "config.h"
12 #endif
13 
14 
15 
16 namespace hippodraw {
17 
18  const char * version ()
19  {
20 
21  return VERSION;
22  }
23 
24 }

Generated for HippoDraw Class Library by doxygen