Print

Print


Commit in lcio on MAIN
CMakeLists.txt+1-11.46 -> 1.47
config/lcio.properties+3-31.66 -> 1.67
sio/CMakeLists.txt+1-11.16 -> 1.17
src/aid/EVENT/LCIO.aid+2-21.65 -> 1.66
src/cpp/include/lcio.h+2-21.32 -> 1.33
src/latex/manual/manual.tex+8-81.46 -> 1.47
+17-17
6 modified files
prepared for version v01-10-02

lcio
CMakeLists.txt 1.46 -> 1.47
diff -u -r1.46 -r1.47
--- CMakeLists.txt	14 Oct 2008 13:54:26 -0000	1.46
+++ CMakeLists.txt	23 Oct 2008 19:16:42 -0000	1.47
@@ -21,7 +21,7 @@
 # project version
 SET( LCIO_MAJOR_VERSION 1 )
 SET( LCIO_MINOR_VERSION 10 )
-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/config
lcio.properties 1.66 -> 1.67
diff -u -r1.66 -r1.67
--- lcio.properties	4 Jun 2008 17:37:15 -0000	1.66
+++ lcio.properties	23 Oct 2008 19:16:42 -0000	1.67
@@ -1,7 +1,7 @@
 # ANT property file for LCIO
 #
 # Author: Mark Donszelmann
-# Version: $Id: lcio.properties,v 1.66 2008/06/04 17:37:15 engels Exp $
+# Version: $Id: lcio.properties,v 1.67 2008/10/23 19:16:42 engels Exp $
 #
 debug=true
 
@@ -11,7 +11,7 @@
 
 mainpackage=hep/lcio/event
 title=LCIO Linear Collider IO
-version=v01-10-00
+version=v01-10-02
 copyright=Copyright &\#169; 2002-2003 LCIO Team, All Rights Reserved.
 name=lcio-event
 packages=hep.lcio.event.*
@@ -137,7 +137,7 @@
 #
 # General definitions for project wide targets
 #
-dist.version=v01-10-00
+dist.version=v01-10-02
 dist.dst=release
 dist.doc.dst=release
 dist.dir=dist

lcio/sio
CMakeLists.txt 1.16 -> 1.17
diff -u -r1.16 -r1.17
--- CMakeLists.txt	14 Oct 2008 13:54:27 -0000	1.16
+++ CMakeLists.txt	23 Oct 2008 19:16:42 -0000	1.17
@@ -10,7 +10,7 @@
 # project version
 SET( SIO_MAJOR_VERSION 1 )
 SET( SIO_MINOR_VERSION 10 )
-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.65 -> 1.66
diff -u -r1.65 -r1.66
--- LCIO.aid	26 Jun 2008 09:46:22 -0000	1.65
+++ LCIO.aid	23 Oct 2008 19:16:42 -0000	1.66
@@ -4,7 +4,7 @@
 @cpp{
 #define LCIO_MAJOR_VERSION 1
 #define LCIO_MINOR_VERSION 10
-#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.65 2008/06/26 09:46:22 gaede Exp $
+ * @version $Id: LCIO.aid,v 1.66 2008/10/23 19:16:42 engels Exp $
  * @see LCObject
  * @see LCIO
  */

lcio/src/cpp/include
lcio.h 1.32 -> 1.33
diff -u -r1.32 -r1.33
--- lcio.h	4 Jun 2008 17:37:15 -0000	1.32
+++ lcio.h	23 Oct 2008 19:16:42 -0000	1.33
@@ -7,7 +7,7 @@
  * documentation with doxygen. 
  * 
  * @author gaede
- * @version $Id: lcio.h,v 1.32 2008/06/04 17:37:15 engels Exp $ 
+ * @version $Id: lcio.h,v 1.33 2008/10/23 19:16:42 engels 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-10-00) 
+/** \mainpage <a href="http://lcio.desy.de">LCIO</a> (v01-10-02) 
  * 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 

lcio/src/latex/manual
manual.tex 1.46 -> 1.47
diff -u -r1.46 -r1.47
--- manual.tex	4 Jun 2008 17:37:16 -0000	1.46
+++ manual.tex	23 Oct 2008 19:16:42 -0000	1.47
@@ -101,7 +101,7 @@
 \begin{verbatim}
   mkdir lcio 
   cd lcio
-  cvs co -d v01-08 -r v01-08 lcio
+  cvs co -d v01-10-02 -r v01-10-02 lcio
 \end{verbatim}
 
 \subsection{Requirements}
@@ -120,7 +120,7 @@
 \subsection{Building LCIO} \label{build_lcio}
 
 There are two build tools that can be used to build LCIO: ant and CMake~\cite{ref_cmake}. 
-CMake~\cite{ref_cmake} has been introduced in version v01-08-02 to facilitate cross plattform support for 
+CMake~\cite{ref_cmake} has been introduced in version v01-10-02 to facilitate cross plattform support for 
 the C++ version. Building LCIO with CMake is the preferred way within the LDC ilcsoft framework, however
 the {\em classic} way of building LCIO with ant is still fully supported, in fact CMake also uses the ant commands for Java and 
 for generating the documentation.
@@ -157,10 +157,10 @@
 \begin{itemize}
 \item{ {\bf Linux (and bash):} 
 \begin{verbatim} 
-  export LCIO=/lcio/v01-08                <-- modify as appropriate
+  export LCIO=/lcio/v01-10-02                <-- modify as appropriate
   export PATH=$LCIO/tools:$LCIO/bin:$PATH
 
-  export JDK_HOME=/usr/lib/j2sdk          <-- modify as appropriate
+  export JDK_HOME=/usr/lib/j2sdk             <-- modify as appropriate
 
   ( export CLHEP=/opt/products/CLHEP/2.0.2.2  <-- optionally use CLHEP four vectors with LCIO/C++) 
 \end{verbatim} 
@@ -170,7 +170,7 @@
 \begin{verbatim}
   set PATH=c:/cygwin/bin;%PATH%            <-- modify as appropriate
 
-  set LCIO=c:/lcio/devel/v01-08            <-- modify as appropriate
+  set LCIO=c:/lcio/devel/v01-010-02        <-- modify as appropriate
   set JDK_HOME=c:/j2sdk1.4.1_01            <-- modify as appropriate 
 
   set PATH=%LCIO%/tools;%LCIO%/bin;%PATH%
@@ -179,9 +179,9 @@
 }
 \item{ {\bf Windows/Cygwin - Cygwin shell (bash):} 
 \begin{verbatim}
-  export LCIO=/cygdrive/c/lcio/devel/v01-08   <-- modify as appropriate
+  export LCIO=/cygdrive/c/lcio/devel/v01-10-02   <-- modify as appropriate
   export PATH=$LCIO/tools:$LCIO/bin:$PATH
-  export JDK_HOME=/cygdrive/c/j2sdk1.4.1_01  <-- modify as appropriate
+  export JDK_HOME=/cygdrive/c/j2sdk1.4.1_01      <-- modify as appropriate
 \end{verbatim} %$
 }
 \end{itemize}
@@ -206,7 +206,7 @@
 %\end{verbatim}
 %or using {\it bash}:
 %\begin{verbatim}
-%  cd v01-08
+%  cd v01-10-02
 %  export LCIO=$PWD
 %  export JDK_HOME=/usr/lib/j2sdk          <-- modify as appropriate
 %  export PATH=$LCIO/tools:$PATH
CVSspam 0.2.8