Commit in lcio on MAIN
CMakeLists.txt+2-21.5 -> 1.6
config/lcio.properties+2-21.56 -> 1.57
doc/howto_change_version+9-21.6 -> 1.7
src/aid/EVENT/LCIO.aid+2-21.57 -> 1.58
+15-8
4 modified files
changed version to 1.8.2

lcio
CMakeLists.txt 1.5 -> 1.6
diff -u -r1.5 -r1.6
--- CMakeLists.txt	25 Apr 2007 12:53:32 -0000	1.5
+++ CMakeLists.txt	27 Apr 2007 13:37:11 -0000	1.6
@@ -22,8 +22,8 @@
 
 # project version
 SET( ${PROJECT_NAME}_MAJOR_VERSION 1 )
-SET( ${PROJECT_NAME}_MINOR_VERSION 9 )
-SET( ${PROJECT_NAME}_PATCH_LEVEL 0 )
+SET( ${PROJECT_NAME}_MINOR_VERSION 8 )
+SET( ${PROJECT_NAME}_PATCH_LEVEL 2 )
 SET( ${PROJECT_NAME}_VERSION
 	"${${PROJECT_NAME}_MAJOR_VERSION}.${${PROJECT_NAME}_MINOR_VERSION}.${${PROJECT_NAME}_PATCH_LEVEL}" )
 SET( ${PROJECT_NAME}_SOVERSION

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

lcio/doc
howto_change_version 1.6 -> 1.7
diff -u -r1.6 -r1.7
--- howto_change_version	23 Sep 2004 13:03:47 -0000	1.6
+++ howto_change_version	27 Apr 2007 13:37:11 -0000	1.7
@@ -2,13 +2,20 @@
 To change the version of LCIO the following files have to be modified:
 
 
+CMakeLists.txt
+  SET( ${PROJECT_NAME}_MAJOR_VERSION 1 )
+  SET( ${PROJECT_NAME}_MINOR_VERSION 8 )
+  SET( ${PROJECT_NAME}_PATCH_LEVEL 2 )
+  
+
 config/lcio.properties
   version=0.9
   dist.version=v00-09
 
 src/aid/EVENT/LCIO.aid
-  static const int MAJORVERSION  = 0 ;
-  static const int MINORVERSION  = 9 ;
+  #define LCIO_MAJOR_VERSION 1
+  #define LCIO_MINOR_VERSION 8
+  #define LCIO_PATCH_LEVEL 2
 
   public static const int MAJORVERSION  = 0 ; 
   public static const int MINORVERSION  = 9 ; 

lcio/src/aid/EVENT
LCIO.aid 1.57 -> 1.58
diff -u -r1.57 -r1.58
--- LCIO.aid	2 Feb 2007 09:34:26 -0000	1.57
+++ LCIO.aid	27 Apr 2007 13:37:11 -0000	1.58
@@ -4,7 +4,7 @@
 @cpp{
 #define LCIO_MAJOR_VERSION 1
 #define LCIO_MINOR_VERSION 8
-#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.57 2007/02/02 09:34:26 gaede Exp $
+ * @version $Id: LCIO.aid,v 1.58 2007/04/27 13:37:11 gaede Exp $
  * @see LCObject
  * @see LCIO
  */
CVSspam 0.2.8