Print

Print


Commit in lcio on MAIN
CMakeLists.txt+1-11.31 -> 1.32
config/lcio.properties+3-31.58 -> 1.59
doc/index.html+1-11.6 -> 1.7
sio/CMakeLists.txt+1-11.7 -> 1.8
src/aid/EVENT/LCIO.aid+2-21.59 -> 1.60
src/cpp/include/lcio.h+2-21.27 -> 1.28
+10-10
6 modified files
switched version to v01-08-04

lcio
CMakeLists.txt 1.31 -> 1.32
diff -u -r1.31 -r1.32
--- CMakeLists.txt	19 Sep 2007 06:53:01 -0000	1.31
+++ CMakeLists.txt	19 Sep 2007 18:56:58 -0000	1.32
@@ -19,7 +19,7 @@
 # project version
 SET( ${PROJECT_NAME}_MAJOR_VERSION 1 )
 SET( ${PROJECT_NAME}_MINOR_VERSION 8 )
-SET( ${PROJECT_NAME}_PATCH_LEVEL 3 )
+SET( ${PROJECT_NAME}_PATCH_LEVEL 4 )
 
 # project options
 OPTION( BUILD_SHARED_LIBS "Set to OFF to build static libraries" ON )

lcio/config
lcio.properties 1.58 -> 1.59
diff -u -r1.58 -r1.59
--- lcio.properties	10 Jul 2007 09:00:05 -0000	1.58
+++ lcio.properties	19 Sep 2007 18:56:58 -0000	1.59
@@ -1,7 +1,7 @@
 # ANT property file for LCIO
 #
 # Author: Mark Donszelmann
-# Version: $Id: lcio.properties,v 1.58 2007/07/10 09:00:05 engels Exp $
+# Version: $Id: lcio.properties,v 1.59 2007/09/19 18:56:58 gaede Exp $
 #
 debug=true
 
@@ -11,7 +11,7 @@
 
 mainpackage=hep/lcio/event
 title=LCIO Linear Collider IO
-version=v01-08-03
+version=v01-08-04
 copyright=Copyright &\#169; 2002-2003 LCIO Team, All Rights Reserved.
 name=lcio-event
 packages=hep.lcio.event.*
@@ -136,7 +136,7 @@
 #
 # General definitions for project wide targets
 #
-dist.version=v01-08
+dist.version=v01-08-04
 dist.dst=release
 dist.doc.dst=release
 dist.dir=dist

lcio/doc
index.html 1.6 -> 1.7
diff -u -r1.6 -r1.7
--- index.html	21 Sep 2006 06:10:32 -0000	1.6
+++ index.html	19 Sep 2007 18:56:58 -0000	1.7
@@ -4,7 +4,7 @@
 
 <body>
 <hr>
-<h1>Documentation for LCIO v01-08</h1>
+<h1>Documentation for LCIO v01-08-04</h1>
 
 
 <hr>

lcio/sio
CMakeLists.txt 1.7 -> 1.8
diff -u -r1.7 -r1.8
--- CMakeLists.txt	2 Jul 2007 10:09:57 -0000	1.7
+++ CMakeLists.txt	19 Sep 2007 18:56:58 -0000	1.8
@@ -10,7 +10,7 @@
 # project version
 SET( SIO_MAJOR_VERSION 1 )
 SET( SIO_MINOR_VERSION 8 )
-SET( SIO_PATCH_LEVEL 3 )
+SET( SIO_PATCH_LEVEL 4 )
 
 # library *nix style versioning
 SET( ${PROJECT_NAME}_SOVERSION

lcio/src/aid/EVENT
LCIO.aid 1.59 -> 1.60
diff -u -r1.59 -r1.60
--- LCIO.aid	10 Jul 2007 09:00:05 -0000	1.59
+++ LCIO.aid	19 Sep 2007 18:56:58 -0000	1.60
@@ -4,7 +4,7 @@
 @cpp{
 #define LCIO_MAJOR_VERSION 1
 #define LCIO_MINOR_VERSION 8
-#define LCIO_PATCH_LEVEL 3
+#define LCIO_PATCH_LEVEL 4
 
 #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.59 2007/07/10 09:00:05 engels Exp $
+ * @version $Id: LCIO.aid,v 1.60 2007/09/19 18:56:58 gaede Exp $
  * @see LCObject
  * @see LCIO
  */

lcio/src/cpp/include
lcio.h 1.27 -> 1.28
diff -u -r1.27 -r1.28
--- lcio.h	8 Dec 2006 15:38:15 -0000	1.27
+++ lcio.h	19 Sep 2007 18:56:59 -0000	1.28
@@ -7,7 +7,7 @@
  * documentation with doxygen. 
  * 
  * @author gaede
- * @version $Id: lcio.h,v 1.27 2006/12/08 15:38:15 gaede Exp $ 
+ * @version $Id: lcio.h,v 1.28 2007/09/19 18:56:59 gaede Exp $ 
  * @see LCEvent
  */
 #include "EVENT/LCIO.h"
@@ -15,7 +15,7 @@
 #include "IMPL/LCIOExceptionHandler.h"
 
 
-/** \mainpage <a href="http://lcio.desy.de">LCIO</a> (v01-08) 
+/** \mainpage <a href="http://lcio.desy.de">LCIO</a> (v01-08-04) 
  * A persistency framework for linear collider simulation studies.
  * \section Overview
  * This is the API documentation for the C++ version of LCIO. For general documetation on 
CVSspam 0.2.8