Last minute 0.1.8 changes...
This commit is contained in:
parent
0e9169d1b5
commit
43e61a4cd2
|
@ -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`
|
||||
|
||||
|
|
|
@ -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.* | \
|
||||
|
|
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue