Print

Print


Commit in slic on MAIN
VERSION+1-11.43 -> 1.44
configure+9-91.56 -> 1.57
configure.ac+2-21.49 -> 1.50
include/PackageInfo.hh+5-61.25 -> 1.26
+17-18
4 modified files
JM: update for SLIC v2r0p7

slic
VERSION 1.43 -> 1.44
diff -u -r1.43 -r1.44
--- VERSION	4 Aug 2006 04:41:52 -0000	1.43
+++ VERSION	18 Oct 2006 22:34:46 -0000	1.44
@@ -1 +1 @@
-SLIC v2r0p6
+SLIC v2r0p7

slic
configure 1.56 -> 1.57
diff -u -r1.56 -r1.57
--- configure	4 Aug 2006 04:41:02 -0000	1.56
+++ configure	18 Oct 2006 22:34:46 -0000	1.57
@@ -1,6 +1,6 @@
 #! /bin/sh
 # Guess values for system-dependent variables and create Makefiles.
-# Generated by GNU Autoconf 2.57 for SLIC v2r0p6.
+# Generated by GNU Autoconf 2.57 for SLIC v2r0p7.
 #
 # Report bugs to <[log in to unmask]>.
 #
@@ -268,8 +268,8 @@
 # Identity of this package.
 PACKAGE_NAME='SLIC'
 PACKAGE_TARNAME='slic'
-PACKAGE_VERSION='v2r0p6'
-PACKAGE_STRING='SLIC v2r0p6'
+PACKAGE_VERSION='v2r0p7'
+PACKAGE_STRING='SLIC v2r0p7'
 [log in to unmask]
 
 ac_unique_file="slic.cc"
@@ -747,7 +747,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 v2r0p6 to adapt to many kinds of systems.
+\`configure' configures SLIC v2r0p7 to adapt to many kinds of systems.
 
 Usage: $0 [OPTION]... [VAR=VALUE]...
 
@@ -804,7 +804,7 @@
 
 if test -n "$ac_init_help"; then
   case $ac_init_help in
-     short | recursive ) echo "Configuration of SLIC v2r0p6:";;
+     short | recursive ) echo "Configuration of SLIC v2r0p7:";;
    esac
   cat <<\_ACEOF
 
@@ -912,7 +912,7 @@
 test -n "$ac_init_help" && exit 0
 if $ac_init_version; then
   cat <<\_ACEOF
-SLIC configure v2r0p6
+SLIC configure v2r0p7
 generated by GNU Autoconf 2.57
 
 Copyright 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001, 2002
@@ -927,7 +927,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 v2r0p6, which was
+It was created by SLIC $as_me v2r0p7, which was
 generated by GNU Autoconf 2.57.  Invocation command line was
 
   $ $0 $@
@@ -3547,7 +3547,7 @@
 } >&5
 cat >&5 <<_CSEOF
 
-This file was extended by SLIC $as_me v2r0p6, which was
+This file was extended by SLIC $as_me v2r0p7, which was
 generated by GNU Autoconf 2.57.  Invocation command line was
 
   CONFIG_FILES    = $CONFIG_FILES
@@ -3602,7 +3602,7 @@
 
 cat >>$CONFIG_STATUS <<_ACEOF
 ac_cs_version="\\
-SLIC config.status v2r0p6
+SLIC config.status v2r0p7
 configured by $0, generated by GNU Autoconf 2.57,
   with options \\"`echo "$ac_configure_args" | sed 's/[\\""\`\$]/\\\\&/g'`\\"
 

slic
configure.ac 1.49 -> 1.50
diff -u -r1.49 -r1.50
--- configure.ac	4 Aug 2006 04:41:02 -0000	1.49
+++ configure.ac	18 Oct 2006 22:34:49 -0000	1.50
@@ -1,4 +1,4 @@
-# $Header: /cvs/lcd/slic/configure.ac,v 1.49 2006/08/04 04:41:02 jeremy Exp $
+# $Header: /cvs/lcd/slic/configure.ac,v 1.50 2006/10/18 22:34:49 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,
-	v2r0p6,
+	v2r0p7,
 	[log in to unmask])
 
 AC_CONFIG_SRCDIR([slic.cc])

slic/include
PackageInfo.hh 1.25 -> 1.26
diff -u -r1.25 -r1.26
--- PackageInfo.hh	5 Sep 2006 23:21:47 -0000	1.25
+++ PackageInfo.hh	18 Oct 2006 22:34:50 -0000	1.26
@@ -1,7 +1,6 @@
-// $Header: /cvs/lcd/slic/include/PackageInfo.hh,v 1.25 2006/09/05 23:21:47 jeremy Exp $
-
-#ifndef SLIC_PACKAGEINFO_HH
-#define SLIC_PACKAGEINFO_HH 1
+// $Header: /cvs/lcd/slic/include/PackageInfo.hh,v 1.26 2006/10/18 22:34:50 jeremy Exp $
+#ifndef SLIC_PACKAGE_INFO_HH
+#define SLIC_PACKAGE_INFO_HH 1
 
 namespace slic
 {
@@ -13,7 +12,7 @@
 
     static std::string& getVersionString()
     {
-      static std::string ver_str = "v2r0p6";
+      static std::string ver_str = "v2r0p7";
       return ver_str;
     }
 
@@ -43,7 +42,7 @@
 
     static std::string& getChangeDateString()
     {
-      static std::string inst_str = "Thu Aug  3 21:41:51 PDT 2006";
+      static std::string inst_str = "Wed Oct 18 15:34:44 PDT 2006";
       return inst_str;
     }
 
CVSspam 0.2.8