@@ -1,6 +1,6 @@
cmake_minimum_required(VERSION 3.13)
project(libdatachannel
- VERSION 0.22.6
+ VERSION 0.23.0
LANGUAGES CXX)
set(PROJECT_DESCRIPTION "C/C++ WebRTC network library featuring Data Channels, Media Transport, and WebSockets")
@@ -2,8 +2,8 @@
#define RTC_VERSION_H
#define RTC_VERSION_MAJOR 0
-#define RTC_VERSION_MINOR 22
-#define RTC_VERSION_PATCH 6
-#define RTC_VERSION "0.22.6"
+#define RTC_VERSION_MINOR 23
+#define RTC_VERSION_PATCH 0
+#define RTC_VERSION "0.23.0"
#endif