Commit in slic on MAIN
VERSION+1-11.92 -> 1.93
configure+9-91.117 -> 1.118
configure.ac+2-21.104 -> 1.105
include/PackageInfo.hh+3-31.77 -> 1.78
config/doxygen/slic_doxygen.cfg+1-11.35 -> 1.36
+16-16
5 modified files
JM: update for SLIC v2r6p2

slic
VERSION 1.92 -> 1.93
diff -u -r1.92 -r1.93
--- VERSION	7 Aug 2009 20:22:08 -0000	1.92
+++ VERSION	22 Sep 2009 22:41:52 -0000	1.93
@@ -1 +1 @@
-SLIC v2r6p1
+SLIC v2r6p2

slic
configure 1.117 -> 1.118
diff -u -r1.117 -r1.118
--- configure	7 Aug 2009 20:22:08 -0000	1.117
+++ configure	22 Sep 2009 22:41:52 -0000	1.118
@@ -1,6 +1,6 @@
 #! /bin/sh
 # Guess values for system-dependent variables and create Makefiles.
-# Generated by GNU Autoconf 2.59 for SLIC v2r6p1.
+# Generated by GNU Autoconf 2.59 for SLIC v2r6p2.
 #
 # Report bugs to <[log in to unmask]>.
 #
@@ -269,8 +269,8 @@
 # Identity of this package.
 PACKAGE_NAME='SLIC'
 PACKAGE_TARNAME='slic'
-PACKAGE_VERSION='v2r6p1'
-PACKAGE_STRING='SLIC v2r6p1'
+PACKAGE_VERSION='v2r6p2'
+PACKAGE_STRING='SLIC v2r6p2'
 [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 v2r6p1 to adapt to many kinds of systems.
+\`configure' configures SLIC v2r6p2 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 v2r6p1:";;
+     short | recursive ) echo "Configuration of SLIC v2r6p2:";;
    esac
   cat <<\_ACEOF
 
@@ -992,7 +992,7 @@
 test -n "$ac_init_help" && exit 0
 if $ac_init_version; then
   cat <<\_ACEOF
-SLIC configure v2r6p1
+SLIC configure v2r6p2
 generated by GNU Autoconf 2.59
 
 Copyright (C) 2003 Free Software Foundation, Inc.
@@ -1006,7 +1006,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 v2r6p1, which was
+It was created by SLIC $as_me v2r6p2, which was
 generated by GNU Autoconf 2.59.  Invocation command line was
 
   $ $0 $@
@@ -4755,7 +4755,7 @@
 } >&5
 cat >&5 <<_CSEOF
 
-This file was extended by SLIC $as_me v2r6p1, which was
+This file was extended by SLIC $as_me v2r6p2, which was
 generated by GNU Autoconf 2.59.  Invocation command line was
 
   CONFIG_FILES    = $CONFIG_FILES
@@ -4810,7 +4810,7 @@
 
 cat >>$CONFIG_STATUS <<_ACEOF
 ac_cs_version="\\
-SLIC config.status v2r6p1
+SLIC config.status v2r6p2
 configured by $0, generated by GNU Autoconf 2.59,
   with options \\"`echo "$ac_configure_args" | sed 's/[\\""\`\$]/\\\\&/g'`\\"
 

slic
configure.ac 1.104 -> 1.105
diff -u -r1.104 -r1.105
--- configure.ac	7 Aug 2009 20:22:08 -0000	1.104
+++ configure.ac	22 Sep 2009 22:41:52 -0000	1.105
@@ -1,4 +1,4 @@
-# $Header: /cvs/lcd/slic/configure.ac,v 1.104 2009/08/07 20:22:08 jeremy Exp $
+# $Header: /cvs/lcd/slic/configure.ac,v 1.105 2009/09/22 22:41:52 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,
-	v2r6p1,
+	v2r6p2,
 	[log in to unmask])
 
 AC_CONFIG_SRCDIR([slic.cc])

slic/include
PackageInfo.hh 1.77 -> 1.78
diff -u -r1.77 -r1.78
--- PackageInfo.hh	7 Aug 2009 20:28:30 -0000	1.77
+++ PackageInfo.hh	22 Sep 2009 22:41:52 -0000	1.78
@@ -1,4 +1,4 @@
-// $Header: /cvs/lcd/slic/include/PackageInfo.hh,v 1.77 2009/08/07 20:28:30 jeremy Exp $
+// $Header: /cvs/lcd/slic/include/PackageInfo.hh,v 1.78 2009/09/22 22:41:52 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 = "v2r6p1";
+      static std::string ver_str = "v2r6p2";
       return ver_str;
     }
 
@@ -42,7 +42,7 @@
 
     static std::string& getChangeDateString()
     {
-      static std::string inst_str = "Fri Aug  7 13:28:30 PDT 2009";
+      static std::string inst_str = "Tue Sep 22 15:41:51 PDT 2009";
       return inst_str;
     }
 

slic/config/doxygen
slic_doxygen.cfg 1.35 -> 1.36
diff -u -r1.35 -r1.36
--- slic_doxygen.cfg	7 Aug 2009 20:22:08 -0000	1.35
+++ slic_doxygen.cfg	22 Sep 2009 22:41:52 -0000	1.36
@@ -1,5 +1,5 @@
 PROJECT_NAME           = "Simulator for the Linear Collider"
-PROJECT_NUMBER         = v2r6p1
+PROJECT_NUMBER         = v2r6p2
 OUTPUT_DIRECTORY       = $(SLIC_BASE)/doc
 OUTPUT_LANGUAGE        = English
 BRIEF_MEMBER_DESC      = YES
CVSspam 0.2.8