Set version number to 1.0 in anticipation of release

Version numbers for the library follow ABI-style and is independent
of the ones for releases. If the interface breaks, we change the
soversion, regardless of the timing of the releases.
This commit is contained in:
Roland Kaufmann 2013-01-16 13:47:02 +01:00
parent 3adbcaad06
commit d193938597
2 changed files with 3 additions and 3 deletions

View File

@ -2,8 +2,8 @@
# vim: set filetype=cmake autoindent tabstop=2 shiftwidth=2 noexpandtab softtabstop=2 nowrap:
cmake_minimum_required (VERSION 2.8)
project (opm-core)
set (opm-core_VERSION_MAJOR 0)
set (opm-core_VERSION_MINOR 3)
set (opm-core_VERSION_MAJOR 1)
set (opm-core_VERSION_MINOR 0)
enable_language (C)
enable_language (CXX)

View File

@ -1,3 +1,3 @@
Module: opm-core
Version: 0.3
Version: 2013.02
Depends: dune-common (>= 2.2) dune-istl (>= 2.2)