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 39b8063 commit d8ab449Copy full SHA for d8ab449
CMakeLists.txt
@@ -1,5 +1,5 @@
1
cmake_minimum_required(VERSION 3.10)
2
-project(LightNVR VERSION 0.12.10 LANGUAGES C CXX)
+project(LightNVR VERSION 0.12.11 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 12
6
-#define LIGHTNVR_VERSION_PATCH 10
7
-#define LIGHTNVR_VERSION_STRING "0.12.10"
+#define LIGHTNVR_VERSION_PATCH 11
+#define LIGHTNVR_VERSION_STRING "0.12.11"
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.12.10';
+export const VERSION = '0.12.11';
0 commit comments