From db6f88d207046def981f5e0ca00a81074b56e851 Mon Sep 17 00:00:00 2001
From: Frank Gaede <frank.gaede@desy.de>
Date: Fri, 21 Jun 2013 13:26:12 +0000
Subject: [PATCH]  -- updated version to v00-03     -> backup release

---
 CMakeLists.txt    | 2 +-
 doc/release.notes | 8 ++++++++
 2 files changed, 9 insertions(+), 1 deletion(-)

diff --git a/CMakeLists.txt b/CMakeLists.txt
index 9aaea8423..b512b20d9 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -4,7 +4,7 @@ project(DD4hep)
 
 # project version
 SET( DD4hep_VERSION_MAJOR 0 )
-SET( DD4hep_VERSION_MINOR 2 )
+SET( DD4hep_VERSION_MINOR 3 )
 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 f2954ac0f..202ce35dc 100644
--- a/doc/release.notes
+++ b/doc/release.notes
@@ -1,6 +1,14 @@
 DD4hep  ----  Release Notes
 =================================
 
+ --------
+| v00-03 |  third beta release ...
+ --------   - broken geometry (for some rotations/translations)
+            - 'backup release' before placement options 
+               will be reduced
+
+
+
  --------
 | v00-02 |  second beta release ...
  --------
-- 
GitLab