Print

Print


Commit in slic on MAIN
VERSION+1-11.71 -> 1.72
configure+9-91.91 -> 1.92
configure.ac+2-21.81 -> 1.82
include/PackageInfo.hh+3-31.52 -> 1.53
config/doxygen/slic_doxygen.cfg+1-11.14 -> 1.15
+16-16
5 modified files
JM: update for SLIC v2r3p8

slic
VERSION 1.71 -> 1.72
diff -u -r1.71 -r1.72
--- VERSION	10 Oct 2007 23:13:13 -0000	1.71
+++ VERSION	15 Oct 2007 22:00:50 -0000	1.72
@@ -1 +1 @@
-SLIC v2r3p7
+SLIC v2r3p8

slic
configure 1.91 -> 1.92
diff -u -r1.91 -r1.92
--- configure	15 Oct 2007 21:57:25 -0000	1.91
+++ configure	15 Oct 2007 22:00:50 -0000	1.92
@@ -1,6 +1,6 @@
 #! /bin/sh
 # Guess values for system-dependent variables and create Makefiles.
-# Generated by GNU Autoconf 2.57 for SLIC v2r3p7.
+# Generated by GNU Autoconf 2.57 for SLIC v2r3p8.
 #
 # Report bugs to <[log in to unmask]>.
 #
@@ -268,8 +268,8 @@
 # Identity of this package.
 PACKAGE_NAME='SLIC'
 PACKAGE_TARNAME='slic'
-PACKAGE_VERSION='v2r3p7'
-PACKAGE_STRING='SLIC v2r3p7'
+PACKAGE_VERSION='v2r3p8'
+PACKAGE_STRING='SLIC v2r3p8'
 [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 v2r3p7 to adapt to many kinds of systems.
+\`configure' configures SLIC v2r3p8 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 v2r3p7:";;
+     short | recursive ) echo "Configuration of SLIC v2r3p8:";;
    esac
   cat <<\_ACEOF
 
@@ -957,7 +957,7 @@
 test -n "$ac_init_help" && exit 0
 if $ac_init_version; then
   cat <<\_ACEOF
-SLIC configure v2r3p7
+SLIC configure v2r3p8
 generated by GNU Autoconf 2.57
 
 Copyright 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001, 2002
@@ -972,7 +972,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 v2r3p7, which was
+It was created by SLIC $as_me v2r3p8, which was
 generated by GNU Autoconf 2.57.  Invocation command line was
 
   $ $0 $@
@@ -4411,7 +4411,7 @@
 } >&5
 cat >&5 <<_CSEOF
 
-This file was extended by SLIC $as_me v2r3p7, which was
+This file was extended by SLIC $as_me v2r3p8, which was
 generated by GNU Autoconf 2.57.  Invocation command line was
 
   CONFIG_FILES    = $CONFIG_FILES
@@ -4466,7 +4466,7 @@
 
 cat >>$CONFIG_STATUS <<_ACEOF
 ac_cs_version="\\
-SLIC config.status v2r3p7
+SLIC config.status v2r3p8
 configured by $0, generated by GNU Autoconf 2.57,
   with options \\"`echo "$ac_configure_args" | sed 's/[\\""\`\$]/\\\\&/g'`\\"
 

slic
configure.ac 1.81 -> 1.82
diff -u -r1.81 -r1.82
--- configure.ac	15 Oct 2007 21:57:25 -0000	1.81
+++ configure.ac	15 Oct 2007 22:00:50 -0000	1.82
@@ -1,4 +1,4 @@
-# $Header: /cvs/lcd/slic/configure.ac,v 1.81 2007/10/15 21:57:25 jeremy Exp $
+# $Header: /cvs/lcd/slic/configure.ac,v 1.82 2007/10/15 22:00:50 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,
-	v2r3p7,
+	v2r3p8,
 	[log in to unmask])
 
 AC_CONFIG_SRCDIR([slic.cc])

slic/include
PackageInfo.hh 1.52 -> 1.53
diff -u -r1.52 -r1.53
--- PackageInfo.hh	10 Oct 2007 23:13:13 -0000	1.52
+++ PackageInfo.hh	15 Oct 2007 22:00:50 -0000	1.53
@@ -1,4 +1,4 @@
-// $Header: /cvs/lcd/slic/include/PackageInfo.hh,v 1.52 2007/10/10 23:13:13 jeremy Exp $
+// $Header: /cvs/lcd/slic/include/PackageInfo.hh,v 1.53 2007/10/15 22:00:50 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 = "v2r3p7";
+      static std::string ver_str = "v2r3p8";
       return ver_str;
     }
 
@@ -42,7 +42,7 @@
 
     static std::string& getChangeDateString()
     {
-      static std::string inst_str = "Wed Oct 10 16:13:12 PDT 2007";
+      static std::string inst_str = "Mon Oct 15 15:00:49 PDT 2007";
       return inst_str;
     }
 

slic/config/doxygen
slic_doxygen.cfg 1.14 -> 1.15
diff -u -r1.14 -r1.15
--- slic_doxygen.cfg	15 Oct 2007 21:58:08 -0000	1.14
+++ slic_doxygen.cfg	15 Oct 2007 22:00:50 -0000	1.15
@@ -1,5 +1,5 @@
 PROJECT_NAME           = "Simulator for the Linear Collider"
-PROJECT_NUMBER         = v2r3p7
+PROJECT_NUMBER         = v2r3p8
 OUTPUT_DIRECTORY       = $(SLIC_BASE)/doc
 OUTPUT_LANGUAGE        = English
 BRIEF_MEMBER_DESC      = YES
CVSspam 0.2.8