From 43e61a4cd2b1ab3f747f89e70b6b97832d6c631d Mon Sep 17 00:00:00 2001 From: "Ryan C. Gordon" Date: Sun, 5 Jan 2003 01:34:31 +0000 Subject: [PATCH] Last minute 0.1.8 changes... --- Makefile.am.newautomake | 2 +- debian/rules | 2 +- test/test_physfs.c | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Makefile.am.newautomake b/Makefile.am.newautomake index 60b6d8dc..dd14a32c 100644 --- a/Makefile.am.newautomake +++ b/Makefile.am.newautomake @@ -142,5 +142,5 @@ dist-hook: echo "Docs are generated with the program "Doxygen" (http://www.doxygen.org/)," >> $(distdir)/docs/README echo " or can be read online at http://icculus.org/physfs/docs/" >> $(distdir)/docs/README echo >> $(distdir)/docs/README - rm -rf `find $(distdir)/extras/physfs_rb -name "CVS" -type d` + rm -rf `find $(distdir) -name "CVS" -type d` diff --git a/debian/rules b/debian/rules index f96b40fc..f9d5f12c 100755 --- a/debian/rules +++ b/debian/rules @@ -22,7 +22,7 @@ ifeq (,$(findstring nostrip,$(DEB_BUILD_OPTIONS))) endif # shared library versions, option 1 -version=0.1.7 +version=0.1.8 major=0 # option 2, assuming the library is created as src/.libs/libfoo.so.2.0.5 or so #version=`ls src/.libs/lib*.so.* | \ diff --git a/test/test_physfs.c b/test/test_physfs.c index d6061749..3481b3b9 100644 --- a/test/test_physfs.c +++ b/test/test_physfs.c @@ -31,7 +31,7 @@ #define TEST_VERSION_MAJOR 0 #define TEST_VERSION_MINOR 1 -#define TEST_VERSION_PATCH 7 +#define TEST_VERSION_PATCH 8 static FILE *history_file = NULL; static PHYSFS_uint32 do_buffer_size = 0;