add version.h header file and adapt version number in dune.module

This commit is contained in:
Andreas Lauser
2013-09-10 13:40:27 +02:00
parent 7f0e63fd89
commit f60682b472

6
opm/material/version.h Normal file
View File

@@ -0,0 +1,6 @@
/**
* Current API level (for use with DUNE_VERSION_xxx):
*/
#define OPM_MATERIAL_VERSION_MAJOR 2
#define OPM_MATERIAL_VERSION_MINOR 0
#define OPM_MATERIAL_VERSION_REVISION 0