Skip to content

Commit

Permalink
added step for incrementing dependency version number
Browse files Browse the repository at this point in the history
  • Loading branch information
slackmoehrle committed Apr 29, 2016
1 parent 0c42754 commit a18ea00
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion docs/RELEASE_NOTES.md
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,12 @@ Cocos2d-x has upgraded __OpenSSL__ to version __1.0.2g<__.

Beginning __July 11, 2016__, Google Play will block publishing of any new apps or updates that use older versions of __OpenSSL__. It is important that you update the use of __OpenSSL__ in your projects.

If you use v2.x or use older versions of v3.x, you can just update __CURL__ and __OpenSSL__>. To do this, just execute the __download-deps.py__ script in your __Cocos2d-x root__.
If you use v2.x or use older versions of v3.x, you can just update __CURL__ and __OpenSSL__>.
To do this:

* modify __Cocos2d-x root/external/config.json__ to update the dependency version. For v3.x the dependency version is `v3-deps-92`, and for v2.x it is `v2-deps-5`
* execute the __download-deps.py__ script in your __Cocos2d-x root__.

```sh
(jtsm @ 15 ~) $ cd cocos2d-x

Expand Down

0 comments on commit a18ea00

Please sign in to comment.