Skip to content

Commit

Permalink
Merge branch 'v0.22'
Browse files Browse the repository at this point in the history
  • Loading branch information
paullouisageneau committed Jan 14, 2025
2 parents 054cd65 + 20bf658 commit 815ea6e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
cmake_minimum_required(VERSION 3.13)
project(libdatachannel
VERSION 0.22.3
VERSION 0.22.4
LANGUAGES CXX)
set(PROJECT_DESCRIPTION "C/C++ WebRTC network library featuring Data Channels, Media Transport, and WebSockets")

Expand Down
4 changes: 2 additions & 2 deletions include/rtc/version.h
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

#define RTC_VERSION_MAJOR 0
#define RTC_VERSION_MINOR 22
#define RTC_VERSION_PATCH 3
#define RTC_VERSION "0.22.3"
#define RTC_VERSION_PATCH 4
#define RTC_VERSION "0.22.4"

#endif

0 comments on commit 815ea6e

Please sign in to comment.