Commit in slic on MAIN
VERSION+1-11.78 -> 1.79
configure+9-91.102 -> 1.103
configure.ac+2-21.89 -> 1.90
include/PackageInfo.hh+3-31.61 -> 1.62
config/doxygen/slic_doxygen.cfg+1-11.21 -> 1.22
+16-16
5 modified files
JM: update for SLIC v2r4p4

slic
VERSION 1.78 -> 1.79
diff -u -r1.78 -r1.79
--- VERSION	12 Feb 2008 22:07:26 -0000	1.78
+++ VERSION	9 Apr 2008 22:13:35 -0000	1.79
@@ -1 +1 @@
-SLIC v2r4p3
+SLIC v2r4p4

slic
configure 1.102 -> 1.103
diff -u -r1.102 -r1.103
--- configure	5 Mar 2008 21:53:45 -0000	1.102
+++ configure	9 Apr 2008 22:13:35 -0000	1.103
@@ -1,6 +1,6 @@
 #! /bin/sh
 # Guess values for system-dependent variables and create Makefiles.
-# Generated by GNU Autoconf 2.57 for SLIC v2r4p3.
+# Generated by GNU Autoconf 2.57 for SLIC v2r4p4.
 #
 # Report bugs to <[log in to unmask]>.
 #
@@ -268,8 +268,8 @@
 # Identity of this package.
 PACKAGE_NAME='SLIC'
 PACKAGE_TARNAME='slic'
-PACKAGE_VERSION='v2r4p3'
-PACKAGE_STRING='SLIC v2r4p3'
+PACKAGE_VERSION='v2r4p4'
+PACKAGE_STRING='SLIC v2r4p4'
 [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 v2r4p3 to adapt to many kinds of systems.
+\`configure' configures SLIC v2r4p4 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 v2r4p3:";;
+     short | recursive ) echo "Configuration of SLIC v2r4p4:";;
    esac
   cat <<\_ACEOF
 
@@ -957,7 +957,7 @@
 test -n "$ac_init_help" && exit 0
 if $ac_init_version; then
   cat <<\_ACEOF
-SLIC configure v2r4p3
+SLIC configure v2r4p4
 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 v2r4p3, which was
+It was created by SLIC $as_me v2r4p4, which was
 generated by GNU Autoconf 2.57.  Invocation command line was
 
   $ $0 $@
@@ -4555,7 +4555,7 @@
 } >&5
 cat >&5 <<_CSEOF
 
-This file was extended by SLIC $as_me v2r4p3, which was
+This file was extended by SLIC $as_me v2r4p4, which was
 generated by GNU Autoconf 2.57.  Invocation command line was
 
   CONFIG_FILES    = $CONFIG_FILES
@@ -4610,7 +4610,7 @@
 
 cat >>$CONFIG_STATUS <<_ACEOF
 ac_cs_version="\\
-SLIC config.status v2r4p3
+SLIC config.status v2r4p4
 configured by $0, generated by GNU Autoconf 2.57,
   with options \\"`echo "$ac_configure_args" | sed 's/[\\""\`\$]/\\\\&/g'`\\"
 

slic
configure.ac 1.89 -> 1.90
diff -u -r1.89 -r1.90
--- configure.ac	12 Feb 2008 22:07:26 -0000	1.89
+++ configure.ac	9 Apr 2008 22:13:35 -0000	1.90
@@ -1,4 +1,4 @@
-# $Header: /cvs/lcd/slic/configure.ac,v 1.89 2008/02/12 22:07:26 jeremy Exp $
+# $Header: /cvs/lcd/slic/configure.ac,v 1.90 2008/04/09 22:13:35 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,
-	v2r4p3,
+	v2r4p4,
 	[log in to unmask])
 
 AC_CONFIG_SRCDIR([slic.cc])

slic/include
PackageInfo.hh 1.61 -> 1.62
diff -u -r1.61 -r1.62
--- PackageInfo.hh	9 Apr 2008 22:13:02 -0000	1.61
+++ PackageInfo.hh	9 Apr 2008 22:13:35 -0000	1.62
@@ -1,4 +1,4 @@
-// $Header: /cvs/lcd/slic/include/PackageInfo.hh,v 1.61 2008/04/09 22:13:02 jeremy Exp $
+// $Header: /cvs/lcd/slic/include/PackageInfo.hh,v 1.62 2008/04/09 22:13:35 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 = "v2r4p3";
+      static std::string ver_str = "v2r4p4";
       return ver_str;
     }
 
@@ -42,7 +42,7 @@
 
     static std::string& getChangeDateString()
     {
-      static std::string inst_str = "Wed Apr  9 15:13:01 PDT 2008";
+      static std::string inst_str = "Wed Apr  9 15:13:35 PDT 2008";
       return inst_str;
     }
 

slic/config/doxygen
slic_doxygen.cfg 1.21 -> 1.22
diff -u -r1.21 -r1.22
--- slic_doxygen.cfg	12 Feb 2008 22:07:27 -0000	1.21
+++ slic_doxygen.cfg	9 Apr 2008 22:13:36 -0000	1.22
@@ -1,5 +1,5 @@
 PROJECT_NAME           = "Simulator for the Linear Collider"
-PROJECT_NUMBER         = v2r4p3
+PROJECT_NUMBER         = v2r4p4
 OUTPUT_DIRECTORY       = $(SLIC_BASE)/doc
 OUTPUT_LANGUAGE        = English
 BRIEF_MEMBER_DESC      = YES
CVSspam 0.2.8