Skip to content

Commit

Permalink
Increase version number to 0.7
Browse files Browse the repository at this point in the history
  • Loading branch information
elnormous committed Jan 17, 2017
1 parent 24d78f8 commit 923d229
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 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.6
# RTMP relay v0.7

[![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
6 changes: 3 additions & 3 deletions src/Constants.h
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@

#include <cstdint>

static const uint8_t RTMP_RELAY_VERSION[2] = { 0, 6 };
static const uint8_t RTMP_RELAY_VERSION[2] = {0, 7};

static const uint8_t RTMP_VERSION = 3;
static const uint8_t RTMP_SERVER_VERSION[4] = { 2, 0, 0, 0 };
static const uint8_t RTMP_CLIENT_VERSION[4] = { 2, 0, 0, 0 }; // { 0x0C, 0x0O, 0x0D, 0x0E };
static const uint8_t RTMP_SERVER_VERSION[4] = {2, 0, 0, 0};
static const uint8_t RTMP_CLIENT_VERSION[4] = {2, 0, 0, 0}; // {0x0C, 0x0O, 0x0D, 0x0E};

0 comments on commit 923d229

Please sign in to comment.