Skip to content

Commit bd3dcd3

Browse files
committed
0.9.12
1 parent f81f7fb commit bd3dcd3

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
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.9.11 LANGUAGES C CXX)
2+
project(LightNVR VERSION 0.9.12 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 9
6-
#define LIGHTNVR_VERSION_PATCH 11
7-
#define LIGHTNVR_VERSION_STRING "0.9.11"
6+
#define LIGHTNVR_VERSION_PATCH 12
7+
#define LIGHTNVR_VERSION_STRING "0.9.12"
88

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

0 commit comments

Comments
 (0)