moab
Version.h
Go to the documentation of this file.
00001 /* src/moab/Version.h.  Generated from Version.h.in by configure.  */
00002 #ifndef MB_VERSION_H
00003 #define MB_VERSION_H
00004 
00005 /* MOAB Version */
00006 #define MB_VERSION "4.7.0pre"
00007 
00008 /* MOAB Major Version */
00009 #define MB_VERSION_MAJOR 4
00010 
00011 /* MOAB Minor Version */
00012 #define MB_VERSION_MINOR 7
00013 
00014 /* MOAB Patch Level */
00015 #define MB_VERSION_PATCH 0pre
00016 
00017 /* MOAB Version String */
00018 #define MB_VERSION_STRING "MOAB 4.7.0pre"
00019 
00020 #endif
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines