refer to ProGuard 4.4 instead of 4.3 in readme.txt

This commit is contained in:
Joel Dice 2009-11-03 15:10:30 -07:00
parent 82d2be8e71
commit d56713dc13

@ -376,7 +376,7 @@ EOF
Step 5: Run ProGuard with stage1 as input and stage2 as output.
$ java -jar ../../proguard4.3/lib/proguard.jar \
$ java -jar ../../proguard4.4/lib/proguard.jar \
-injars stage1 -outjars stage2 @../vm.pro @hello.pro
(note: pass -dontusemixedcaseclassnames to ProGuard when building on