change the version number to the scheme used by eWoms

i.e., there is no distinction between the "API version" and the
"Release version" anymore. IMO, the split scheme is just confusing for
no benefit because we are handling API/ABI changes in a pretty relaxed
manner anyway: i.e., whenever the "release version" gets incremented,
the "API version" needs to follow suite!
This commit is contained in:
Andreas Lauser 2015-03-29 15:07:06 +02:00
parent 898930b3d5
commit 2c5d51f841

View File

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