Răsfoiți Sursa

Last minute 0.1.8 changes...

Ryan C. Gordon 23 ani în urmă
părinte
comite
43e61a4cd2
3 a modificat fișierele cu 3 adăugiri și 3 ștergeri
  1. 1 1
      Makefile.am.newautomake
  2. 1 1
      debian/rules
  3. 1 1
      test/test_physfs.c

+ 1 - 1
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`
 

+ 1 - 1
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.* | \

+ 1 - 1
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;