We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 475f6fe commit ab9e019Copy full SHA for ab9e019
CMakeLists.txt
@@ -1,5 +1,5 @@
1
cmake_minimum_required(VERSION 3.10)
2
-project(LightNVR VERSION 0.11.3 LANGUAGES C CXX)
+project(LightNVR VERSION 0.11.4 LANGUAGES C CXX)
3
4
# Set C/C++ standards
5
set(CMAKE_C_STANDARD 11)
include/core/version.h
@@ -3,8 +3,8 @@
#define LIGHTNVR_VERSION_MAJOR 0
#define LIGHTNVR_VERSION_MINOR 11
6
-#define LIGHTNVR_VERSION_PATCH 3
7
-#define LIGHTNVR_VERSION_STRING "0.11.3"
+#define LIGHTNVR_VERSION_PATCH 4
+#define LIGHTNVR_VERSION_STRING "0.11.4"
8
9
#define LIGHTNVR_BUILD_DATE ""
10
#define LIGHTNVR_GIT_COMMIT ""
web/js/version.js
@@ -4,4 +4,4 @@
* DO NOT EDIT MANUALLY
*/
-export const VERSION = '0.11.3';
+export const VERSION = '0.11.4';
0 commit comments