Skip to content

Commit

Permalink
Bumped version to 0.22.0
Browse files Browse the repository at this point in the history
  • Loading branch information
paullouisageneau committed Oct 23, 2024
1 parent 29653cb commit aa93670
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 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.21.2
VERSION 0.22.0
LANGUAGES CXX)
set(PROJECT_DESCRIPTION "C/C++ WebRTC network library featuring Data Channels, Media Transport, and WebSockets")

Expand Down
6 changes: 3 additions & 3 deletions include/rtc/version.h
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
#define RTC_VERSION_H

#define RTC_VERSION_MAJOR 0
#define RTC_VERSION_MINOR 21
#define RTC_VERSION_PATCH 2
#define RTC_VERSION "0.21.2"
#define RTC_VERSION_MINOR 22
#define RTC_VERSION_PATCH 0
#define RTC_VERSION "0.22.0"

#endif

0 comments on commit aa93670

Please sign in to comment.