Skip to content

Commit

Permalink
Increase version to v0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
elnormous committed Dec 8, 2016
1 parent 08a5198 commit c1d7a9f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# RTMP relay v0.3
# RTMP relay v0.4

[![Build Status](https://api.travis-ci.org/elnormous/rtmp_relay.svg?branch=master)](https://travis-ci.org/elnormous/rtmp_relay) [![Build Status](https://ci.appveyor.com/api/projects/status/9axwxwyf99dcr11d?svg=true)](https://ci.appveyor.com/project/elnormous/rtmp_relay)

Expand Down
2 changes: 1 addition & 1 deletion src/Constants.h
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

#include <cstdint>

static const uint8_t RTMP_RELAY_VERSION[2] = { 0, 1 };
static const uint8_t RTMP_RELAY_VERSION[2] = { 0, 4 };

static const uint8_t RTMP_VERSION = 3;
static const uint8_t RTMP_SERVER_VERSION[4] = { 9, 0, 124, 2 };
Expand Down

0 comments on commit c1d7a9f

Please sign in to comment.