Print

Print


Commit in slic on MAIN
VERSION+1-11.65 -> 1.66
configure+9-91.83 -> 1.84
configure.ac+2-21.73 -> 1.74
include/PackageInfo.hh+3-31.46 -> 1.47
+15-15
4 modified files
JM: update for SLIC v2r3p2

slic
VERSION 1.65 -> 1.66
diff -u -r1.65 -r1.66
--- VERSION	3 Jul 2007 18:05:30 -0000	1.65
+++ VERSION	12 Jul 2007 18:12:31 -0000	1.66
@@ -1 +1 @@
-SLIC v2r3p1
+SLIC v2r3p2

slic
configure 1.83 -> 1.84
diff -u -r1.83 -r1.84
--- configure	12 Jul 2007 18:11:46 -0000	1.83
+++ configure	12 Jul 2007 18:12:31 -0000	1.84
@@ -1,6 +1,6 @@
 #! /bin/sh
 # Guess values for system-dependent variables and create Makefiles.
-# Generated by GNU Autoconf 2.57 for SLIC v2r3p1.
+# Generated by GNU Autoconf 2.57 for SLIC v2r3p2.
 #
 # Report bugs to <[log in to unmask]>.
 #
@@ -268,8 +268,8 @@
 # Identity of this package.
 PACKAGE_NAME='SLIC'
 PACKAGE_TARNAME='slic'
-PACKAGE_VERSION='v2r3p1'
-PACKAGE_STRING='SLIC v2r3p1'
+PACKAGE_VERSION='v2r3p2'
+PACKAGE_STRING='SLIC v2r3p2'
 [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 v2r3p1 to adapt to many kinds of systems.
+\`configure' configures SLIC v2r3p2 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 v2r3p1:";;
+     short | recursive ) echo "Configuration of SLIC v2r3p2:";;
    esac
   cat <<\_ACEOF
 
@@ -956,7 +956,7 @@
 test -n "$ac_init_help" && exit 0
 if $ac_init_version; then
   cat <<\_ACEOF
-SLIC configure v2r3p1
+SLIC configure v2r3p2
 generated by GNU Autoconf 2.57
 
 Copyright 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001, 2002
@@ -971,7 +971,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 v2r3p1, which was
+It was created by SLIC $as_me v2r3p2, which was
 generated by GNU Autoconf 2.57.  Invocation command line was
 
   $ $0 $@
@@ -4261,7 +4261,7 @@
 } >&5
 cat >&5 <<_CSEOF
 
-This file was extended by SLIC $as_me v2r3p1, which was
+This file was extended by SLIC $as_me v2r3p2, which was
 generated by GNU Autoconf 2.57.  Invocation command line was
 
   CONFIG_FILES    = $CONFIG_FILES
@@ -4316,7 +4316,7 @@
 
 cat >>$CONFIG_STATUS <<_ACEOF
 ac_cs_version="\\
-SLIC config.status v2r3p1
+SLIC config.status v2r3p2
 configured by $0, generated by GNU Autoconf 2.57,
   with options \\"`echo "$ac_configure_args" | sed 's/[\\""\`\$]/\\\\&/g'`\\"
 

slic
configure.ac 1.73 -> 1.74
diff -u -r1.73 -r1.74
--- configure.ac	12 Jul 2007 18:11:36 -0000	1.73
+++ configure.ac	12 Jul 2007 18:12:31 -0000	1.74
@@ -1,4 +1,4 @@
-# $Header: /cvs/lcd/slic/configure.ac,v 1.73 2007/07/12 18:11:36 jeremy Exp $
+# $Header: /cvs/lcd/slic/configure.ac,v 1.74 2007/07/12 18:12:31 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,
-	v2r3p1,
+	v2r3p2,
 	[log in to unmask])
 
 AC_CONFIG_SRCDIR([slic.cc])

slic/include
PackageInfo.hh 1.46 -> 1.47
diff -u -r1.46 -r1.47
--- PackageInfo.hh	3 Jul 2007 18:05:30 -0000	1.46
+++ PackageInfo.hh	12 Jul 2007 18:12:32 -0000	1.47
@@ -1,4 +1,4 @@
-// $Header: /cvs/lcd/slic/include/PackageInfo.hh,v 1.46 2007/07/03 18:05:30 jeremy Exp $
+// $Header: /cvs/lcd/slic/include/PackageInfo.hh,v 1.47 2007/07/12 18:12:32 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 = "v2r3p1";
+      static std::string ver_str = "v2r3p2";
       return ver_str;
     }
 
@@ -42,7 +42,7 @@
 
     static std::string& getChangeDateString()
     {
-      static std::string inst_str = "Tue Jul  3 11:05:29 PDT 2007";
+      static std::string inst_str = "Thu Jul 12 11:12:31 PDT 2007";
       return inst_str;
     }
 
CVSspam 0.2.8