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 f81f7fb commit bd3dcd3Copy full SHA for bd3dcd3
CMakeLists.txt
@@ -1,5 +1,5 @@
1
cmake_minimum_required(VERSION 3.10)
2
-project(LightNVR VERSION 0.9.11 LANGUAGES C CXX)
+project(LightNVR VERSION 0.9.12 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 9
6
-#define LIGHTNVR_VERSION_PATCH 11
7
-#define LIGHTNVR_VERSION_STRING "0.9.11"
+#define LIGHTNVR_VERSION_PATCH 12
+#define LIGHTNVR_VERSION_STRING "0.9.12"
8
9
#define LIGHTNVR_BUILD_DATE ""
10
#define LIGHTNVR_GIT_COMMIT ""
0 commit comments