|
From: Carlo W. <li...@us...> - 2002-02-19 03:18:42
|
CVSROOT : /cvsroot/libcw
Module : src
Commit time: 2002-01-19 03:18:40 UTC
Modified files:
libcwd/INSTALL libcwd/configure.in
libcwd/documentation/doxygen.config
Log message:
Bumped version number.
---------------------- diff included ----------------------
Index: src/libcwd/INSTALL
diff -u src/libcwd/INSTALL:1.25 src/libcwd/INSTALL:1.26
--- src/libcwd/INSTALL:1.25 Thu Feb 14 21:36:09 2002
+++ src/libcwd/INSTALL Mon Feb 18 19:18:30 2002
@@ -55,7 +55,7 @@
Don't delete those libraries if you have them though
since existing binaries might need to link with them.
-libcwd-0.99.17 was tested with gcc-2.95.x, gcc-2.96-98 (RedHat)
+libcwd-0.99.18 was tested with gcc-2.95.x, gcc-2.96-98 (RedHat)
and gcc-3.0.x.
Packages needed to run the testsuite
@@ -178,10 +178,10 @@
Finally, you can also build libcwd in a different directory than the source
tree is in:
-tar xzf libcwd-0.99.17.tar.gz
+tar xzf libcwd-0.99.18.tar.gz
mkdir libcwd-objdir
cd libcwd-objdir
-../libcwd-0.99.17/configure --prefix=/usr
+../libcwd-0.99.18/configure --prefix=/usr
make
su
make install
Index: src/libcwd/configure.in
diff -u src/libcwd/configure.in:1.105 src/libcwd/configure.in:1.106
--- src/libcwd/configure.in:1.105 Thu Feb 14 21:36:09 2002
+++ src/libcwd/configure.in Mon Feb 18 19:18:30 2002
@@ -1,5 +1,5 @@
dnl Process this file with autoconf to produce a configure script.
-AC_REVISION($Revision: 1.105 $)dnl
+AC_REVISION($Revision: 1.106 $)dnl
dnl General intialization of `autoconf' varaibles.
dnl Ensure that the directory specified with --srcdir was correct
@@ -22,7 +22,7 @@
dnl INTERFACE_AGE : Increment if interfaces have been added; or set to 0 when interfaces have been removed.
INTERFACE_VERSION=99 dnl 0.99 actually
-INTERFACE_VERSION_REVISION=17
+INTERFACE_VERSION_REVISION=18
INTERFACE_AGE=99 dnl 0.99 actually
VERSION_MAJOR=`expr $INTERFACE_VERSION - $INTERFACE_AGE`
Index: src/libcwd/documentation/doxygen.config
diff -u src/libcwd/documentation/doxygen.config:1.4 src/libcwd/documentation/doxygen.config:1.5
--- src/libcwd/documentation/doxygen.config:1.4 Thu Feb 14 21:36:09 2002
+++ src/libcwd/documentation/doxygen.config Mon Feb 18 19:18:30 2002
@@ -4,7 +4,7 @@
# General configuration options
#---------------------------------------------------------------------------
PROJECT_NAME = libcwd
-PROJECT_NUMBER = "libcwd 0.99.17"
+PROJECT_NUMBER = "libcwd 0.99.18"
OUTPUT_DIRECTORY =
OUTPUT_LANGUAGE = English
EXTRACT_ALL = NO
----------------------- End of diff -----------------------
|