2
0
Paul-Louis Ageneau 1 жил өмнө
parent
commit
9d5c46b8f5

+ 1 - 1
CMakeLists.txt

@@ -1,6 +1,6 @@
 cmake_minimum_required(VERSION 3.7)
 project(libdatachannel
-	VERSION 0.20.3
+	VERSION 0.21.0
 	LANGUAGES CXX)
 set(PROJECT_DESCRIPTION "C/C++ WebRTC network library featuring Data Channels, Media Transport, and WebSockets")
 

+ 3 - 3
include/rtc/version.h

@@ -2,8 +2,8 @@
 #define RTC_VERSION_H
 
 #define RTC_VERSION_MAJOR 0
-#define RTC_VERSION_MINOR 20
-#define RTC_VERSION_PATCH 3
-#define RTC_VERSION "0.20.3"
+#define RTC_VERSION_MINOR 21
+#define RTC_VERSION_PATCH 0
+#define RTC_VERSION "0.21.0"
 
 #endif