You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add version.h with the following values. This values are managed/updated
via CMake
```
#pragma once
#define RTC_VERSION_MAJOR 0
#define RTC_VERSION_MINOR 20
#define RTC_VERSION_PATCH 1
#define RTC_VERSION "0.20.1"
```
# Please enter the commit message for your changes. Lines starting
# with '#' will be kept; you may remove them yourself if you want to.
# An empty message aborts the commit.
#
# Date: Fri Feb 16 10:25:47 2024 -0500
#
# On branch version-macro
# Changes to be committed:
# modified: CMakeLists.txt
# new file: cmake/version.h.in
# modified: include/rtc/rtc.h
# new file: include/rtc/version.h
#
# Untracked files:
# install/
#
0 commit comments