Print

Print


Commit in lcio on MAIN
CMakeLists.txt+1-11.81 -> 1.82
doc/versions.readme+61.86 -> 1.87
sio/CMakeLists.txt+1-11.30 -> 1.31
src/aid/EVENT/LCIO.aid+2-21.76 -> 1.77
+10-4
4 modified files
------------------- patch release v01-51-02  

lcio
CMakeLists.txt 1.81 -> 1.82
diff -u -r1.81 -r1.82
--- CMakeLists.txt	24 Sep 2010 11:17:23 -0000	1.81
+++ CMakeLists.txt	29 Oct 2010 10:26:09 -0000	1.82
@@ -23,7 +23,7 @@
 # project version
 SET( LCIO_MAJOR_VERSION 1 )
 SET( LCIO_MINOR_VERSION 51 )
-SET( LCIO_PATCH_LEVEL 1 )
+SET( LCIO_PATCH_LEVEL 2 )
 
 # project options
 OPTION( BUILD_SHARED_LIBS "Set to OFF to build static libraries" ON )

lcio/doc
versions.readme 1.86 -> 1.87
diff -u -r1.86 -r1.87
--- versions.readme	17 Oct 2010 08:31:56 -0000	1.86
+++ versions.readme	29 Oct 2010 10:26:09 -0000	1.87
@@ -2,6 +2,12 @@
  Describes the changes for the different versions/tags of LCIO
 ---------------------------------------------------------------
 ==========
+ v01-51-02
+==========
+     - patch release:
+         fix for building the ROOT dictionary with ROOT 5.27.06
+
+==========
  v01-51-01
 ==========
      - patch release:

lcio/sio
CMakeLists.txt 1.30 -> 1.31
diff -u -r1.30 -r1.31
--- CMakeLists.txt	7 Oct 2010 15:28:34 -0000	1.30
+++ CMakeLists.txt	29 Oct 2010 10:26:09 -0000	1.31
@@ -10,7 +10,7 @@
 # project version
 SET( SIO_MAJOR_VERSION 1 )
 SET( SIO_MINOR_VERSION 51 )
-SET( SIO_PATCH_LEVEL 1 )
+SET( SIO_PATCH_LEVEL 2 )
 
 # library *nix style versioning
 SET( SIO_SOVERSION "${SIO_MAJOR_VERSION}.${SIO_MINOR_VERSION}" )

lcio/src/aid/EVENT
LCIO.aid 1.76 -> 1.77
diff -u -r1.76 -r1.77
--- LCIO.aid	7 Oct 2010 15:28:34 -0000	1.76
+++ LCIO.aid	29 Oct 2010 10:26:09 -0000	1.77
@@ -4,7 +4,7 @@
 @cpp{
 #define LCIO_MAJOR_VERSION 1
 #define LCIO_MINOR_VERSION 51
-#define LCIO_PATCH_LEVEL 1
+#define LCIO_PATCH_LEVEL 2
 
 #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.76 2010/10/07 15:28:34 gaede Exp $
+ * @version $Id: LCIO.aid,v 1.77 2010/10/29 10:26:09 gaede Exp $
  * @see LCObject
  * @see LCIO
  */
CVSspam 0.2.8