Skip to content

Commit

Permalink
Updated iOS version, release date, and credits.
Browse files Browse the repository at this point in the history
  • Loading branch information
sorin-ionescu committed Dec 8, 2010
1 parent c4a5c47 commit cbdc057
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 5 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.txt
Expand Up @@ -4,9 +4,9 @@ Changelog
Read this file to see what is new in each version.

--------------------------------------------------------------
2010-12-07 v1.2.0
2010-12-08 v1.2.0
--------------------------------------------------------------
* Added support for iOS 4.2.1 for iPhone 3G ONLY.
* Added support for iOS 4.2.1.
* Upgraded MobileSubstrate to version 0.9.3367-1.
* Upgraded ultrasn0w to version 1.2 which unlocks:
- iPhone 3G/3GS basebands 04.26.08, 05.11.07, 05.12.01,
Expand Down
3 changes: 1 addition & 2 deletions README.txt
Expand Up @@ -46,8 +46,7 @@ Features
--------------------------------------------------------------
CreamSn0w Credits
--------------------------------------------------------------
Sorin Ionescu (SpookyET) <sorin.ionescu@gmail.com>
� 2009-2010 Copyright by Sorin Ionescu. All Rights Reserved.
Sorin Ionescu <sorin.ionescu@gmail.com>

--------------------------------------------------------------
Additional Credits
Expand Down
2 changes: 1 addition & 1 deletion make
Expand Up @@ -7,7 +7,7 @@
export PATH=/usr/libexec/:$PATH
cd "$( dirname $0 )"
version=`git tag | sort -t. -k1,2 -n -k3 | tail -n 1`
ios_version='ios4.1'
ios_version='ios4.2'
bundle_name='creamsn0w'
bundle_suffix='bundle'
package_name="${bundle_name}_${ios_version}_${version}"
Expand Down

0 comments on commit cbdc057

Please sign in to comment.