Print

Print


Commit in slic on MAIN
VERSION+1-11.86 -> 1.87
configure+9-91.111 -> 1.112
configure.ac+2-21.98 -> 1.99
include/PackageInfo.hh+10-101.70 -> 1.71
config/doxygen/slic_doxygen.cfg+1-11.29 -> 1.30
+23-23
5 modified files
JM: update for SLIC v2r5p3

slic
VERSION 1.86 -> 1.87
diff -u -r1.86 -r1.87
--- VERSION	4 Sep 2008 19:30:24 -0000	1.86
+++ VERSION	10 Sep 2008 00:05:41 -0000	1.87
@@ -1 +1 @@
-SLIC v2r5p2
+SLIC v2r5p3

slic
configure 1.111 -> 1.112
diff -u -r1.111 -r1.112
--- configure	4 Sep 2008 19:30:24 -0000	1.111
+++ configure	10 Sep 2008 00:05:41 -0000	1.112
@@ -1,6 +1,6 @@
 #! /bin/sh
 # Guess values for system-dependent variables and create Makefiles.
-# Generated by GNU Autoconf 2.57 for SLIC v2r5p2.
+# Generated by GNU Autoconf 2.57 for SLIC v2r5p3.
 #
 # Report bugs to <[log in to unmask]>.
 #
@@ -268,8 +268,8 @@
 # Identity of this package.
 PACKAGE_NAME='SLIC'
 PACKAGE_TARNAME='slic'
-PACKAGE_VERSION='v2r5p2'
-PACKAGE_STRING='SLIC v2r5p2'
+PACKAGE_VERSION='v2r5p3'
+PACKAGE_STRING='SLIC v2r5p3'
 [log in to unmask]
 
 ac_unique_file="slic.cc"
@@ -788,7 +788,7 @@
   # Omit some internal or obsolete options to make the list less imposing.
   # This message is too long to be a string in the A/UX 3.1 sh.
   cat <<_ACEOF
-\`configure' configures SLIC v2r5p2 to adapt to many kinds of systems.
+\`configure' configures SLIC v2r5p3 to adapt to many kinds of systems.
 
 Usage: $0 [OPTION]... [VAR=VALUE]...
 
@@ -845,7 +845,7 @@
 
 if test -n "$ac_init_help"; then
   case $ac_init_help in
-     short | recursive ) echo "Configuration of SLIC v2r5p2:";;
+     short | recursive ) echo "Configuration of SLIC v2r5p3:";;
    esac
   cat <<\_ACEOF
 
@@ -958,7 +958,7 @@
 test -n "$ac_init_help" && exit 0
 if $ac_init_version; then
   cat <<\_ACEOF
-SLIC configure v2r5p2
+SLIC configure v2r5p3
 generated by GNU Autoconf 2.57
 
 Copyright 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001, 2002
@@ -973,7 +973,7 @@
 This file contains any messages produced by compilers while
 running configure, to aid debugging if configure makes a mistake.
 
-It was created by SLIC $as_me v2r5p2, which was
+It was created by SLIC $as_me v2r5p3, which was
 generated by GNU Autoconf 2.57.  Invocation command line was
 
   $ $0 $@
@@ -4600,7 +4600,7 @@
 } >&5
 cat >&5 <<_CSEOF
 
-This file was extended by SLIC $as_me v2r5p2, which was
+This file was extended by SLIC $as_me v2r5p3, which was
 generated by GNU Autoconf 2.57.  Invocation command line was
 
   CONFIG_FILES    = $CONFIG_FILES
@@ -4655,7 +4655,7 @@
 
 cat >>$CONFIG_STATUS <<_ACEOF
 ac_cs_version="\\
-SLIC config.status v2r5p2
+SLIC config.status v2r5p3
 configured by $0, generated by GNU Autoconf 2.57,
   with options \\"`echo "$ac_configure_args" | sed 's/[\\""\`\$]/\\\\&/g'`\\"
 

slic
configure.ac 1.98 -> 1.99
diff -u -r1.98 -r1.99
--- configure.ac	4 Sep 2008 19:30:24 -0000	1.98
+++ configure.ac	10 Sep 2008 00:05:41 -0000	1.99
@@ -1,4 +1,4 @@
-# $Header: /cvs/lcd/slic/configure.ac,v 1.98 2008/09/04 19:30:24 jeremy Exp $
+# $Header: /cvs/lcd/slic/configure.ac,v 1.99 2008/09/10 00:05:41 jeremy Exp $
 #
 # Process this file with autoconf to produce a configure script for SLIC.
 #
@@ -18,7 +18,7 @@
 AC_PREREQ(2.57)
 
 AC_INIT(SLIC,
-	v2r5p2,
+	v2r5p3,
 	[log in to unmask])
 
 AC_CONFIG_SRCDIR([slic.cc])

slic/include
PackageInfo.hh 1.70 -> 1.71
diff -u -r1.70 -r1.71
--- PackageInfo.hh	4 Sep 2008 19:30:24 -0000	1.70
+++ PackageInfo.hh	10 Sep 2008 00:05:41 -0000	1.71
@@ -1,4 +1,4 @@
-// $Header: /cvs/lcd/slic/include/PackageInfo.hh,v 1.70 2008/09/04 19:30:24 jeremy Exp $
+// $Header: /cvs/lcd/slic/include/PackageInfo.hh,v 1.71 2008/09/10 00:05:41 jeremy Exp $
 #ifndef SLIC_PACKAGE_INFO_HH
 #define SLIC_PACKAGE_INFO_HH 1
 
@@ -12,7 +12,7 @@
 
     static std::string& getVersionString()
     {
-      static std::string ver_str = "v2r5p2";
+      static std::string ver_str = "v2r5p3";
       return ver_str;
     }
 
@@ -42,7 +42,7 @@
 
     static std::string& getChangeDateString()
     {
-      static std::string inst_str = "Thu Sep  4 12:30:24 PDT 2008";
+      static std::string inst_str = "Tue Sep  9 17:05:40 PDT 2008";
       return inst_str;
     }
 
@@ -61,13 +61,13 @@
     static std::string getFullApplicationString()
     {
       static std::string fullVerStr =
-	    getNameString() + "; "
-    	+ getAbbrevString() + "; "
-	    + getVersionString() + "; "
-    	+ getAuthorString() + "; "
-    	+ getInstitutionString() + "; "
-    	+ getChangeDateString();
-        return fullVerStr;
+	getNameString() + "; "
+	+ getAbbrevString() + "; "
+	+ getVersionString() + "; "
+	+ getAuthorString() + "; "
+	+ getInstitutionString() + "; "
+	+ getChangeDateString();
+      return fullVerStr;
     }
   };
 }

slic/config/doxygen
slic_doxygen.cfg 1.29 -> 1.30
diff -u -r1.29 -r1.30
--- slic_doxygen.cfg	4 Sep 2008 19:30:25 -0000	1.29
+++ slic_doxygen.cfg	10 Sep 2008 00:05:41 -0000	1.30
@@ -1,5 +1,5 @@
 PROJECT_NAME           = "Simulator for the Linear Collider"
-PROJECT_NUMBER         = v2r5p2
+PROJECT_NUMBER         = v2r5p3
 OUTPUT_DIRECTORY       = $(SLIC_BASE)/doc
 OUTPUT_LANGUAGE        = English
 BRIEF_MEMBER_DESC      = YES
CVSspam 0.2.8