2
0
Paul-Louis Ageneau 5 сар өмнө
parent
commit
c7791a1072

+ 1 - 1
CMakeLists.txt

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

+ 2 - 2
include/rtc/version.h

@@ -3,7 +3,7 @@
 
 #define RTC_VERSION_MAJOR 0
 #define RTC_VERSION_MINOR 22
-#define RTC_VERSION_PATCH 4
-#define RTC_VERSION "0.22.4"
+#define RTC_VERSION_PATCH 5
+#define RTC_VERSION "0.22.5"
 
 #endif