Skip to content

Commit d8ab449

Browse files
committed
Apply theme selected more broadly
1 parent 39b8063 commit d8ab449

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
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.12.10 LANGUAGES C CXX)
2+
project(LightNVR VERSION 0.12.11 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 12
6-
#define LIGHTNVR_VERSION_PATCH 10
7-
#define LIGHTNVR_VERSION_STRING "0.12.10"
6+
#define LIGHTNVR_VERSION_PATCH 11
7+
#define LIGHTNVR_VERSION_STRING "0.12.11"
88

99
#define LIGHTNVR_BUILD_DATE ""
1010
#define LIGHTNVR_GIT_COMMIT ""

web/js/version.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@
44
* DO NOT EDIT MANUALLY
55
*/
66

7-
export const VERSION = '0.12.10';
7+
export const VERSION = '0.12.11';

0 commit comments

Comments
 (0)