Skip to content

Commit

Permalink
Increase version number to 0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
elnormous committed Dec 23, 2016
1 parent a4875ea commit 6780bec
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.4
# RTMP relay v0.5

[![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, 4 };
static const uint8_t RTMP_RELAY_VERSION[2] = { 0, 5 };

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

0 comments on commit 6780bec

Please sign in to comment.