Skip to content

Commit

Permalink
Last minute 0.1.8 changes...
Browse files Browse the repository at this point in the history
  • Loading branch information
icculus committed Jan 5, 2003
1 parent 0e9169d commit 43e61a4
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Makefile.am.newautomake
Expand Up @@ -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`

2 changes: 1 addition & 1 deletion debian/rules
Expand Up @@ -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.* | \
Expand Down
2 changes: 1 addition & 1 deletion test/test_physfs.c
Expand Up @@ -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;
Expand Down

0 comments on commit 43e61a4

Please sign in to comment.