Commit in lcio on MAIN
CMakeLists.txt+1-11.54 -> 1.55
doc/versions.readme+91.76 -> 1.77
sio/CMakeLists.txt+1-11.22 -> 1.23
src/aid/EVENT/LCIO.aid+2-21.69 -> 1.70
+13-4
4 modified files
------ version v01-12-01    ---- examples with ROOT dictionary 

lcio
CMakeLists.txt 1.54 -> 1.55
diff -u -r1.54 -r1.55
--- CMakeLists.txt	21 Jan 2010 16:25:16 -0000	1.54
+++ CMakeLists.txt	26 Jan 2010 12:08:48 -0000	1.55
@@ -21,7 +21,7 @@
 # project version
 SET( LCIO_MAJOR_VERSION 1 )
 SET( LCIO_MINOR_VERSION 12 )
-SET( LCIO_PATCH_LEVEL 0 )
+SET( LCIO_PATCH_LEVEL 1 )
 
 # project options
 OPTION( BUILD_SHARED_LIBS "Set to OFF to build static libraries" ON )

lcio/doc
versions.readme 1.76 -> 1.77
diff -u -r1.76 -r1.77
--- versions.readme	19 Nov 2009 09:40:10 -0000	1.76
+++ versions.readme	26 Jan 2010 12:08:48 -0000	1.77
@@ -1,6 +1,15 @@
 ---------------------------------------------------------------
  Describes the changes for the different versions/tags of LCIO
 ---------------------------------------------------------------
+=====================
+ v01-12-01
+=====================
+   Experimental patch release:
+   ---------------------------
+   - optionally build a ROOT dictionary for LCIO
+   - see: examples/cpp/rootDict/README for details
+   - library and files fully compatible with v01-12
+
 
 =====================
  v01-12

lcio/sio
CMakeLists.txt 1.22 -> 1.23
diff -u -r1.22 -r1.23
--- CMakeLists.txt	18 Nov 2009 11:09:57 -0000	1.22
+++ CMakeLists.txt	26 Jan 2010 12:08:48 -0000	1.23
@@ -10,7 +10,7 @@
 # project version
 SET( SIO_MAJOR_VERSION 1 )
 SET( SIO_MINOR_VERSION 12 )
-SET( SIO_PATCH_LEVEL 0 )
+SET( SIO_PATCH_LEVEL 1 )
 
 # library *nix style versioning
 SET( SIO_SOVERSION "${SIO_MAJOR_VERSION}.${SIO_MINOR_VERSION}" )

lcio/src/aid/EVENT
LCIO.aid 1.69 -> 1.70
diff -u -r1.69 -r1.70
--- LCIO.aid	18 Nov 2009 11:09:57 -0000	1.69
+++ LCIO.aid	26 Jan 2010 12:08:48 -0000	1.70
@@ -4,7 +4,7 @@
 @cpp{
 #define LCIO_MAJOR_VERSION 1
 #define LCIO_MINOR_VERSION 12
-#define LCIO_PATCH_LEVEL 0
+#define LCIO_PATCH_LEVEL 1
 
 #define LCIO_VERSION_GE( MAJV , MINV )  ( (  LCIO_MAJOR_VERSION  > MAJV ) || ( (LCIO_MAJOR_VERSION==MAJV) && ( LCIO_MINOR_VERSION >= MINV ) ) )
 
@@ -16,7 +16,7 @@
 /** Global constants used in LCIO.
  *
  * @author gaede
- * @version $Id: LCIO.aid,v 1.69 2009/11/18 11:09:57 engels Exp $
+ * @version $Id: LCIO.aid,v 1.70 2010/01/26 12:08:48 gaede Exp $
  * @see LCObject
  * @see LCIO
  */
CVSspam 0.2.8