Print

Print


Commit in slic on MAIN
VERSION+1-11.25 -> 1.26
configure+9-91.38 -> 1.39
configure.ac+2-21.31 -> 1.32
include/PackageInfo.hh+3-31.7 -> 1.8
+15-15
4 modified files


slic
VERSION 1.25 -> 1.26
diff -u -r1.25 -r1.26
--- VERSION	19 Dec 2005 21:57:19 -0000	1.25
+++ VERSION	20 Dec 2005 18:39:03 -0000	1.26
@@ -1 +1 @@
-SLIC v1r12p3
+SLIC v1r12p4

slic
configure 1.38 -> 1.39
diff -u -r1.38 -r1.39
--- configure	19 Dec 2005 22:06:48 -0000	1.38
+++ configure	20 Dec 2005 18:39:03 -0000	1.39
@@ -1,6 +1,6 @@
 #! /bin/sh
 # Guess values for system-dependent variables and create Makefiles.
-# Generated by GNU Autoconf 2.57 for SLIC v1r12p3.
+# Generated by GNU Autoconf 2.57 for SLIC v1r12p4.
 #
 # Report bugs to <[log in to unmask]>.
 #
@@ -268,8 +268,8 @@
 # Identity of this package.
 PACKAGE_NAME='SLIC'
 PACKAGE_TARNAME='slic'
-PACKAGE_VERSION='v1r12p3'
-PACKAGE_STRING='SLIC v1r12p3'
+PACKAGE_VERSION='v1r12p4'
+PACKAGE_STRING='SLIC v1r12p4'
 [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 v1r12p3 to adapt to many kinds of systems.
+\`configure' configures SLIC v1r12p4 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 v1r12p3:";;
+     short | recursive ) echo "Configuration of SLIC v1r12p4:";;
    esac
   cat <<\_ACEOF
 
@@ -912,7 +912,7 @@
 test -n "$ac_init_help" && exit 0
 if $ac_init_version; then
   cat <<\_ACEOF
-SLIC configure v1r12p3
+SLIC configure v1r12p4
 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 v1r12p3, which was
+It was created by SLIC $as_me v1r12p4, 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 v1r12p3, which was
+This file was extended by SLIC $as_me v1r12p4, 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 v1r12p3
+SLIC config.status v1r12p4
 configured by $0, generated by GNU Autoconf 2.57,
   with options \\"`echo "$ac_configure_args" | sed 's/[\\""\`\$]/\\\\&/g'`\\"
 

slic
configure.ac 1.31 -> 1.32
diff -u -r1.31 -r1.32
--- configure.ac	19 Dec 2005 21:57:19 -0000	1.31
+++ configure.ac	20 Dec 2005 18:39:03 -0000	1.32
@@ -1,4 +1,4 @@
-# $Header: /cvs/lcd/slic/configure.ac,v 1.31 2005/12/19 21:57:19 jeremy Exp $
+# $Header: /cvs/lcd/slic/configure.ac,v 1.32 2005/12/20 18:39:03 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,
-	v1r12p3,
+	v1r12p4,
 	[log in to unmask])
 
 AC_CONFIG_SRCDIR([slic.cc])

slic/include
PackageInfo.hh 1.7 -> 1.8
diff -u -r1.7 -r1.8
--- PackageInfo.hh	19 Dec 2005 21:57:20 -0000	1.7
+++ PackageInfo.hh	20 Dec 2005 18:39:04 -0000	1.8
@@ -1,4 +1,4 @@
-// $Header: /cvs/lcd/slic/include/PackageInfo.hh,v 1.7 2005/12/19 21:57:20 jeremy Exp $
+// $Header: /cvs/lcd/slic/include/PackageInfo.hh,v 1.8 2005/12/20 18:39:04 jeremy Exp $
 #ifndef slic_PackageInfo_hh
 #define slic_PackageInfo_hh 1
 
@@ -12,7 +12,7 @@
 
     static std::string& getVersionString()
     {
-      static std::string ver_str = "v1r12p2";
+      static std::string ver_str = "v1r12p4";
       return ver_str;
     }
 
@@ -42,7 +42,7 @@
 
     static std::string& getChangeDateString()
     {
-      static std::string inst_str = "Mon Dec 19 13:56:13 PST 2005";
+      static std::string inst_str = "Tue Dec 20 10:38:39 PST 2005";
       return inst_str;
     }
 
CVSspam 0.2.8