Print

Print


Commit in lcio on MAIN
config/lcio.properties+2-21.57 -> 1.58
src/aid/EVENT/LCIO.aid+2-21.58 -> 1.59
+4-4
2 modified files
updated version numbers 1.8.2 -> 1.8.3

lcio/config
lcio.properties 1.57 -> 1.58
diff -u -r1.57 -r1.58
--- lcio.properties	27 Apr 2007 13:37:11 -0000	1.57
+++ lcio.properties	10 Jul 2007 09:00:05 -0000	1.58
@@ -1,7 +1,7 @@
 # ANT property file for LCIO
 #
 # Author: Mark Donszelmann
-# Version: $Id: lcio.properties,v 1.57 2007/04/27 13:37:11 gaede Exp $
+# Version: $Id: lcio.properties,v 1.58 2007/07/10 09:00:05 engels Exp $
 #
 debug=true
 
@@ -11,7 +11,7 @@
 
 mainpackage=hep/lcio/event
 title=LCIO Linear Collider IO
-version=v01-08-02
+version=v01-08-03
 copyright=Copyright &\#169; 2002-2003 LCIO Team, All Rights Reserved.
 name=lcio-event
 packages=hep.lcio.event.*

lcio/src/aid/EVENT
LCIO.aid 1.58 -> 1.59
diff -u -r1.58 -r1.59
--- LCIO.aid	27 Apr 2007 13:37:11 -0000	1.58
+++ LCIO.aid	10 Jul 2007 09:00:05 -0000	1.59
@@ -4,7 +4,7 @@
 @cpp{
 #define LCIO_MAJOR_VERSION 1
 #define LCIO_MINOR_VERSION 8
-#define LCIO_PATCH_LEVEL 2
+#define LCIO_PATCH_LEVEL 3
 
 #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.58 2007/04/27 13:37:11 gaede Exp $
+ * @version $Id: LCIO.aid,v 1.59 2007/07/10 09:00:05 engels Exp $
  * @see LCObject
  * @see LCIO
  */
CVSspam 0.2.8