tweak build scripts, further prep release

This commit is contained in:
benfry
2008-06-12 02:10:26 +00:00
parent 91480289d5
commit 96c359a2bc
2 changed files with 2 additions and 1 deletions

View File

@@ -74,7 +74,7 @@ find processing -name "Thumbs.db" -exec rm -f {} ';'
# clean out the cvs entries
find processing -name "CVS" -exec rm -rf {} ';' 2> /dev/null
find processing -name ".cvsignore" -exec rm -rf {} ';'
find processing -name ".svn" -exec rm -rf {} ';'
find processing -name ".svn" -exec rm -rf {} 2> /dev/null ';'
mv processing/Processing.app "processing/Processing $SHORT_REVISION.app"

View File

@@ -1,4 +1,5 @@
0141 core
X no changes to core in 0141
_ P3D smooshes the top row of pixels when drawing text (or images)