Print

Print


Commit in slic on MAIN
VERSION+1-11.102 -> 1.103
configure+9-91.131 -> 1.132
configure.ac+2-21.116 -> 1.117
include/PackageInfo.hh+3-31.87 -> 1.88
config/doxygen/slic_doxygen.cfg+1-11.45 -> 1.46
+16-16
5 modified files
JM: update for SLIC v2r8p4

slic
VERSION 1.102 -> 1.103
diff -u -r1.102 -r1.103
--- VERSION	8 Jan 2010 23:59:38 -0000	1.102
+++ VERSION	4 Jun 2010 14:24:09 -0000	1.103
@@ -1 +1 @@
-SLIC v2r8p3
+SLIC v2r8p4

slic
configure 1.131 -> 1.132
diff -u -r1.131 -r1.132
--- configure	8 Jan 2010 23:59:38 -0000	1.131
+++ configure	4 Jun 2010 14:24:09 -0000	1.132
@@ -1,6 +1,6 @@
 #! /bin/sh
 # Guess values for system-dependent variables and create Makefiles.
-# Generated by GNU Autoconf 2.59 for SLIC v2r8p3.
+# Generated by GNU Autoconf 2.59 for SLIC v2r8p4.
 #
 # Report bugs to <[log in to unmask]>.
 #
@@ -269,8 +269,8 @@
 # Identity of this package.
 PACKAGE_NAME='SLIC'
 PACKAGE_TARNAME='slic'
-PACKAGE_VERSION='v2r8p3'
-PACKAGE_STRING='SLIC v2r8p3'
+PACKAGE_VERSION='v2r8p4'
+PACKAGE_STRING='SLIC v2r8p4'
 [log in to unmask]
 
 ac_unique_file="slic.cc"
@@ -789,7 +789,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 v2r8p3 to adapt to many kinds of systems.
+\`configure' configures SLIC v2r8p4 to adapt to many kinds of systems.
 
 Usage: $0 [OPTION]... [VAR=VALUE]...
 
@@ -846,7 +846,7 @@
 
 if test -n "$ac_init_help"; then
   case $ac_init_help in
-     short | recursive ) echo "Configuration of SLIC v2r8p3:";;
+     short | recursive ) echo "Configuration of SLIC v2r8p4:";;
    esac
   cat <<\_ACEOF
 
@@ -989,7 +989,7 @@
 test -n "$ac_init_help" && exit 0
 if $ac_init_version; then
   cat <<\_ACEOF
-SLIC configure v2r8p3
+SLIC configure v2r8p4
 generated by GNU Autoconf 2.59
 
 Copyright (C) 2003 Free Software Foundation, Inc.
@@ -1003,7 +1003,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 v2r8p3, which was
+It was created by SLIC $as_me v2r8p4, which was
 generated by GNU Autoconf 2.59.  Invocation command line was
 
   $ $0 $@
@@ -4484,7 +4484,7 @@
 } >&5
 cat >&5 <<_CSEOF
 
-This file was extended by SLIC $as_me v2r8p3, which was
+This file was extended by SLIC $as_me v2r8p4, which was
 generated by GNU Autoconf 2.59.  Invocation command line was
 
   CONFIG_FILES    = $CONFIG_FILES
@@ -4539,7 +4539,7 @@
 
 cat >>$CONFIG_STATUS <<_ACEOF
 ac_cs_version="\\
-SLIC config.status v2r8p3
+SLIC config.status v2r8p4
 configured by $0, generated by GNU Autoconf 2.59,
   with options \\"`echo "$ac_configure_args" | sed 's/[\\""\`\$]/\\\\&/g'`\\"
 

slic
configure.ac 1.116 -> 1.117
diff -u -r1.116 -r1.117
--- configure.ac	8 Jan 2010 23:59:38 -0000	1.116
+++ configure.ac	4 Jun 2010 14:24:09 -0000	1.117
@@ -1,4 +1,4 @@
-# $Header: /cvs/lcd/slic/configure.ac,v 1.116 2010/01/08 23:59:38 jeremy Exp $
+# $Header: /cvs/lcd/slic/configure.ac,v 1.117 2010/06/04 14:24:09 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,
-	v2r8p3,
+	v2r8p4,
 	[log in to unmask])
 
 AC_CONFIG_SRCDIR([slic.cc])

slic/include
PackageInfo.hh 1.87 -> 1.88
diff -u -r1.87 -r1.88
--- PackageInfo.hh	8 Jan 2010 23:59:38 -0000	1.87
+++ PackageInfo.hh	4 Jun 2010 14:24:10 -0000	1.88
@@ -1,4 +1,4 @@
-// $Header: /cvs/lcd/slic/include/PackageInfo.hh,v 1.87 2010/01/08 23:59:38 jeremy Exp $
+// $Header: /cvs/lcd/slic/include/PackageInfo.hh,v 1.88 2010/06/04 14:24:10 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 = "v2r8p3";
+      static std::string ver_str = "v2r8p4";
       return ver_str;
     }
 
@@ -42,7 +42,7 @@
 
     static std::string& getChangeDateString()
     {
-      static std::string inst_str = "Fri Jan  8 15:59:37 PST 2010";
+      static std::string inst_str = "Fri Jun  4 07:24:08 PDT 2010";
       return inst_str;
     }
 

slic/config/doxygen
slic_doxygen.cfg 1.45 -> 1.46
diff -u -r1.45 -r1.46
--- slic_doxygen.cfg	8 Jan 2010 23:59:38 -0000	1.45
+++ slic_doxygen.cfg	4 Jun 2010 14:24:10 -0000	1.46
@@ -1,5 +1,5 @@
 PROJECT_NAME           = "Simulator for the Linear Collider"
-PROJECT_NUMBER         = v2r8p3
+PROJECT_NUMBER         = v2r8p4
 OUTPUT_DIRECTORY       = $(SLIC_BASE)/doc
 OUTPUT_LANGUAGE        = English
 BRIEF_MEMBER_DESC      = YES
CVSspam 0.2.8