Skip to content

Commit

Permalink
Bumped version to 3.0. Minimum required Clightd version: 3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
FedeDP committed Dec 2, 2018
1 parent cfa006b commit c0a7601
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
cmake_minimum_required(VERSION 3.5)

project(clight VERSION 2.5 LANGUAGES C)
project(clight VERSION 3.0 LANGUAGES C)

set(CMAKE_MODULE_PATH "${CMAKE_SOURCE_DIR}/cmake")

Expand Down
2 changes: 1 addition & 1 deletion src/modules/clightd.c
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

static int check_clightd_version(void);

#define MINIMUM_CLIGHTD_VERSION_MAJ 2
#define MINIMUM_CLIGHTD_VERSION_MAJ 3
#define MINIMUM_CLIGHTD_VERSION_MIN 0

static struct dependency dependencies[] = {
Expand Down

0 comments on commit c0a7601

Please sign in to comment.