winlin

update readme, rename wiki/xxx to wiki/v1_xxx

@@ -220,6 +220,7 @@ Supported operating systems and hardware: @@ -220,6 +220,7 @@ Supported operating systems and hardware:
220 * 2013-10-17, Created.<br/> 220 * 2013-10-17, Created.<br/>
221 221
222 ## History 222 ## History
  223 +* v2.0, 2014-10-24, rename wiki/xxx to wiki/v1_xxx. 2.0.3.
223 * v2.0, 2014-10-19, fix [#184](https://github.com/winlinvip/simple-rtmp-server/issues/184), support AnnexB in RTMP body for HLS. 2.0.2 224 * v2.0, 2014-10-19, fix [#184](https://github.com/winlinvip/simple-rtmp-server/issues/184), support AnnexB in RTMP body for HLS. 2.0.2
224 * v2.0, 2014-10-18, remove supports for OSX(darwin). 2.0.1. 225 * v2.0, 2014-10-18, remove supports for OSX(darwin). 2.0.1.
225 * v2.0, 2014-10-16, revert github srs README to English. 2.0.0. 226 * v2.0, 2014-10-16, revert github srs README to English. 2.0.0.
@@ -31,7 +31,7 @@ CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. @@ -31,7 +31,7 @@ CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
31 // current release version 31 // current release version
32 #define VERSION_MAJOR "2" 32 #define VERSION_MAJOR "2"
33 #define VERSION_MINOR "0" 33 #define VERSION_MINOR "0"
34 -#define VERSION_REVISION "2" 34 +#define VERSION_REVISION "3"
35 #define RTMP_SIG_SRS_VERSION VERSION_MAJOR"."VERSION_MINOR"."VERSION_REVISION 35 #define RTMP_SIG_SRS_VERSION VERSION_MAJOR"."VERSION_MINOR"."VERSION_REVISION
36 // server info. 36 // server info.
37 #define RTMP_SIG_SRS_KEY "SRS" 37 #define RTMP_SIG_SRS_KEY "SRS"