Commit in lcio on MAIN
doc/versions.readme+2-11.84 -> 1.85
sio/CMakeLists.txt+1-11.29 -> 1.30
src/aid/EVENT/LCIO.aid+2-21.75 -> 1.76
+5-4
3 modified files
----- pre tag for patch release v01-51-01

lcio/doc
versions.readme 1.84 -> 1.85
diff -u -r1.84 -r1.85
--- versions.readme	24 Sep 2010 11:17:23 -0000	1.84
+++ versions.readme	7 Oct 2010 15:28:34 -0000	1.85
@@ -7,8 +7,9 @@
      - patch release:
          made compliant with gcc 4.4
          bug fixes in UTIL::Operators 
+         bug fix in LCRTRelations for 64bit
          fix in sio/SIOEvent.java (missing LCRelations)
-         made compliant with latest MacOSX (sio/include/SIO_functions.h)        
+         made compliant with latest MacOSX (sio/include/SIO_functions.h)     
 
 ==========
  v01-51

lcio/sio
CMakeLists.txt 1.29 -> 1.30
diff -u -r1.29 -r1.30
--- CMakeLists.txt	23 Jun 2010 16:04:17 -0000	1.29
+++ CMakeLists.txt	7 Oct 2010 15:28:34 -0000	1.30
@@ -10,7 +10,7 @@
 # project version
 SET( SIO_MAJOR_VERSION 1 )
 SET( SIO_MINOR_VERSION 51 )
-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.75 -> 1.76
diff -u -r1.75 -r1.76
--- LCIO.aid	29 Jun 2010 09:57:11 -0000	1.75
+++ LCIO.aid	7 Oct 2010 15:28:34 -0000	1.76
@@ -4,7 +4,7 @@
 @cpp{
 #define LCIO_MAJOR_VERSION 1
 #define LCIO_MINOR_VERSION 51
-#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.75 2010/06/29 09:57:11 engels Exp $
+ * @version $Id: LCIO.aid,v 1.76 2010/10/07 15:28:34 gaede Exp $
  * @see LCObject
  * @see LCIO
  */
CVSspam 0.2.8