Skip to content

Commit 8c31097

Browse files
Bumped version to 0.24.0
1 parent bd5e566 commit 8c31097

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
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.23.3
3+
VERSION 0.24.0
44
LANGUAGES CXX)
55
set(PROJECT_DESCRIPTION "C/C++ WebRTC network library featuring Data Channels, Media Transport, and WebSockets")
66

include/rtc/version.h

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
#define RTC_VERSION_H
33

44
#define RTC_VERSION_MAJOR 0
5-
#define RTC_VERSION_MINOR 23
6-
#define RTC_VERSION_PATCH 3
7-
#define RTC_VERSION "0.23.3"
5+
#define RTC_VERSION_MINOR 24
6+
#define RTC_VERSION_PATCH 0
7+
#define RTC_VERSION "0.24.0"
88

99
#endif

0 commit comments

Comments
 (0)