Skip to content

Commit

Permalink
Require clight 2.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
FedeDP committed Mar 4, 2018
1 parent a58168c commit 229d080
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/clightd.c
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ static void destroy(void);
static void callback(void);
static int check_clightd_version(void);

#define MINIMUM_CLIGHTD_VERSION_MAJ 1
#define MINIMUM_CLIGHTD_VERSION_MIN 5
#define MINIMUM_CLIGHTD_VERSION_MAJ 2
#define MINIMUM_CLIGHTD_VERSION_MIN 0

static struct self_t self = {
.name = "Clightd",
Expand Down

0 comments on commit 229d080

Please sign in to comment.