From 823cc64c78a4d9f09e8583c2cf2ca34b8da9f79b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Atgeirr=20Fl=C3=B8=20Rasmussen?= Date: Mon, 21 Oct 2013 13:53:29 +0200 Subject: [PATCH] Bump version numbers. Since there are a few new APIs and features, but no major changes, it seems proper to move from 1.0 to 1.1, even though strict backward compatibility cannot be expected. Label bumped to 2013.10. --- dune.module | 4 ++-- opm/core/version.h | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/dune.module b/dune.module index 3abc9177..02dc99c3 100644 --- a/dune.module +++ b/dune.module @@ -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) diff --git a/opm/core/version.h b/opm/core/version.h index 4aaccac9..a63af09b 100644 --- a/opm/core/version.h +++ b/opm/core/version.h @@ -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