Merge pull request #415 from atgeirr/bump-version

Bump version numbers.
This commit is contained in:
Bård Skaflestad 2013-10-21 06:16:01 -07:00
commit e02a0b1139
2 changed files with 3 additions and 3 deletions

View File

@ -1,7 +1,7 @@
Module: opm-core
Description: Open Porous Media Initiative Core Library
# if you change this, make sure to also change opm/core/version.h
Version: 1.0
Label: 2013.03
Version: 1.1
Label: 2013.10
Maintainer: atgeirr@sintef.no
Depends: dune-common (>= 2.2) dune-istl (>= 2.2)

View File

@ -7,5 +7,5 @@ extern const char* const opm_core_version;
* Current API level (for use with DUNE_VERSION_xxx):
*/
#define OPM_CORE_VERSION_MAJOR 1
#define OPM_CORE_VERSION_MINOR 0
#define OPM_CORE_VERSION_MINOR 1
#define OPM_CORE_VERSION_REVISION 0