Skip to content

Commit ab9e019

Browse files
committed
More safety
1 parent 475f6fe commit ab9e019

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.11.3 LANGUAGES C CXX)
2+
project(LightNVR VERSION 0.11.4 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 3
7-
#define LIGHTNVR_VERSION_STRING "0.11.3"
6+
#define LIGHTNVR_VERSION_PATCH 4
7+
#define LIGHTNVR_VERSION_STRING "0.11.4"
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.11.3';
7+
export const VERSION = '0.11.4';

0 commit comments

Comments
 (0)