Skip to content

Commit a318f07

Browse files
Merge branch 'v0.22'
2 parents b86a1da + 0d6adc0 commit a318f07

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
cmake_minimum_required(VERSION 3.13)
22
project(libdatachannel
3-
VERSION 0.22.5
3+
VERSION 0.22.6
44
LANGUAGES CXX)
55
set(PROJECT_DESCRIPTION "C/C++ WebRTC network library featuring Data Channels, Media Transport, and WebSockets")
66

include/rtc/version.h

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
#define RTC_VERSION_MAJOR 0
55
#define RTC_VERSION_MINOR 22
6-
#define RTC_VERSION_PATCH 5
7-
#define RTC_VERSION "0.22.5"
6+
#define RTC_VERSION_PATCH 6
7+
#define RTC_VERSION "0.22.6"
88

99
#endif

0 commit comments

Comments
 (0)