From be522336d6ba8fd79b4565bd8d303b053cf0b51b Mon Sep 17 00:00:00 2001 From: Frank Gaede <frank.gaede@desy.de> Date: Mon, 10 Jun 2013 07:53:42 +0000 Subject: [PATCH] - increased version number to v00-02 (second beta test) --- CMakeLists.txt | 2 +- doc/release.notes | 5 +++++ 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 3c7f12d2f..9aaea8423 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -4,7 +4,7 @@ project(DD4hep) # project version SET( DD4hep_VERSION_MAJOR 0 ) -SET( DD4hep_VERSION_MINOR 1 ) +SET( DD4hep_VERSION_MINOR 2 ) SET( DD4hep_VERSION_PATCH 0 ) SET( DD4hep_VERSION "${DD4hep_VERSION_MAJOR}.${DD4hep_VERSION_MINOR}" ) diff --git a/doc/release.notes b/doc/release.notes index f035cb5f2..f2954ac0f 100644 --- a/doc/release.notes +++ b/doc/release.notes @@ -1,6 +1,11 @@ DD4hep ---- Release Notes ================================= + -------- +| v00-02 | second beta release ... + -------- + + 2013/02/06 Markus Frank -------------------------- 1) Simplyfy inheritance for common objects from TNamed. -- GitLab