Skip to content

Commit deb976e

Browse files
committed
HLS page parity
1 parent 16974c1 commit deb976e

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

47 files changed

+82
-82
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
cmake_minimum_required(VERSION 3.10)
2-
project(LightNVR VERSION 0.11.21 LANGUAGES C CXX)
2+
project(LightNVR VERSION 0.11.22 LANGUAGES C CXX)
33

44
# Set C/C++ standards
55
set(CMAKE_C_STANDARD 11)

include/core/version.h

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

44
#define LIGHTNVR_VERSION_MAJOR 0
55
#define LIGHTNVR_VERSION_MINOR 11
6-
#define LIGHTNVR_VERSION_PATCH 21
7-
#define LIGHTNVR_VERSION_STRING "0.11.21"
6+
#define LIGHTNVR_VERSION_PATCH 22
7+
#define LIGHTNVR_VERSION_STRING "0.11.22"
88

99
#define LIGHTNVR_BUILD_DATE ""
1010
#define LIGHTNVR_GIT_COMMIT ""
Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)