Commit in slic on MAIN
VERSION+1-11.48 -> 1.49
configure+9-91.63 -> 1.64
configure.ac+2-21.55 -> 1.56
include/PackageInfo.hh+3-31.30 -> 1.31
+15-15
4 modified files
JM: update for SLIC v2r0p12

slic
VERSION 1.48 -> 1.49
diff -u -r1.48 -r1.49
--- VERSION	16 Nov 2006 08:26:25 -0000	1.48
+++ VERSION	1 Dec 2006 23:47:40 -0000	1.49
@@ -1 +1 @@
-SLIC v2r0p11
+SLIC v2r0p12

slic
configure 1.63 -> 1.64
diff -u -r1.63 -r1.64
--- configure	1 Dec 2006 21:30:42 -0000	1.63
+++ configure	1 Dec 2006 23:47:40 -0000	1.64
@@ -1,6 +1,6 @@
 #! /bin/sh
 # Guess values for system-dependent variables and create Makefiles.
-# Generated by GNU Autoconf 2.57 for SLIC v2r0p11.
+# Generated by GNU Autoconf 2.57 for SLIC v2r0p12.
 #
 # Report bugs to <[log in to unmask]>.
 #
@@ -268,8 +268,8 @@
 # Identity of this package.
 PACKAGE_NAME='SLIC'
 PACKAGE_TARNAME='slic'
-PACKAGE_VERSION='v2r0p11'
-PACKAGE_STRING='SLIC v2r0p11'
+PACKAGE_VERSION='v2r0p12'
+PACKAGE_STRING='SLIC v2r0p12'
 [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 v2r0p11 to adapt to many kinds of systems.
+\`configure' configures SLIC v2r0p12 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 v2r0p11:";;
+     short | recursive ) echo "Configuration of SLIC v2r0p12:";;
    esac
   cat <<\_ACEOF
 
@@ -954,7 +954,7 @@
 test -n "$ac_init_help" && exit 0
 if $ac_init_version; then
   cat <<\_ACEOF
-SLIC configure v2r0p11
+SLIC configure v2r0p12
 generated by GNU Autoconf 2.57
 
 Copyright 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001, 2002
@@ -969,7 +969,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 v2r0p11, which was
+It was created by SLIC $as_me v2r0p12, which was
 generated by GNU Autoconf 2.57.  Invocation command line was
 
   $ $0 $@
@@ -4219,7 +4219,7 @@
 } >&5
 cat >&5 <<_CSEOF
 
-This file was extended by SLIC $as_me v2r0p11, which was
+This file was extended by SLIC $as_me v2r0p12, which was
 generated by GNU Autoconf 2.57.  Invocation command line was
 
   CONFIG_FILES    = $CONFIG_FILES
@@ -4274,7 +4274,7 @@
 
 cat >>$CONFIG_STATUS <<_ACEOF
 ac_cs_version="\\
-SLIC config.status v2r0p11
+SLIC config.status v2r0p12
 configured by $0, generated by GNU Autoconf 2.57,
   with options \\"`echo "$ac_configure_args" | sed 's/[\\""\`\$]/\\\\&/g'`\\"
 

slic
configure.ac 1.55 -> 1.56
diff -u -r1.55 -r1.56
--- configure.ac	1 Dec 2006 21:30:42 -0000	1.55
+++ configure.ac	1 Dec 2006 23:47:43 -0000	1.56
@@ -1,4 +1,4 @@
-# $Header: /cvs/lcd/slic/configure.ac,v 1.55 2006/12/01 21:30:42 jeremy Exp $
+# $Header: /cvs/lcd/slic/configure.ac,v 1.56 2006/12/01 23:47:43 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,
-	v2r0p11,
+	v2r0p12,
 	[log in to unmask])
 
 AC_CONFIG_SRCDIR([slic.cc])

slic/include
PackageInfo.hh 1.30 -> 1.31
diff -u -r1.30 -r1.31
--- PackageInfo.hh	16 Nov 2006 08:26:29 -0000	1.30
+++ PackageInfo.hh	1 Dec 2006 23:47:44 -0000	1.31
@@ -1,4 +1,4 @@
-// $Header: /cvs/lcd/slic/include/PackageInfo.hh,v 1.30 2006/11/16 08:26:29 jeremy Exp $
+// $Header: /cvs/lcd/slic/include/PackageInfo.hh,v 1.31 2006/12/01 23:47:44 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 = "v2r0p11";
+      static std::string ver_str = "v2r0p12";
       return ver_str;
     }
 
@@ -42,7 +42,7 @@
 
     static std::string& getChangeDateString()
     {
-      static std::string inst_str = "Thu Nov 16 00:26:21 PST 2006";
+      static std::string inst_str = "Fri Dec  1 15:47:39 PST 2006";
       return inst_str;
     }
 
CVSspam 0.2.8