Skip to content

Commit 7e7c65f

Browse files
Merge branch 'dev'
2 parents cb36640 + d63e925 commit 7e7c65f

File tree

4 files changed

+2
-4
lines changed

4 files changed

+2
-4
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ project(LetMeCreate)
55

66
set(LETMECREATE_MAJOR_VERSION 1)
77
set(LETMECREATE_MINOR_VERSION 5)
8-
set(LETMECREATE_PATCH_VERSION 0)
8+
set(LETMECREATE_PATCH_VERSION 1)
99
set(LETMECREATE_VERSION ${LETMECREATE_MAJOR_VERSION}.${LETMECREATE_MINOR_VERSION}.${LETMECREATE_PATCH_VERSION})
1010
set(PROJECT_VERSION ${LETMECREATE_VERSION})
1111

Doxyfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ PROJECT_NAME = "LetMeCreate"
3838
# could be handy for archiving the generated documentation or if some version
3939
# control system is used.
4040

41-
PROJECT_NUMBER = 1.5.0
41+
PROJECT_NUMBER = 1.5.1
4242

4343
# Using the PROJECT_BRIEF tag one can provide an optional one line description
4444
# for a project that appears at the top of each page and should give viewer a

src/click/eve.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
#include <stdio.h>
33
#include <stdlib.h>
44
#include <string.h>
5-
#include <unistd.h>
65
#include <letmecreate/click/common.h>
76
#include <letmecreate/click/eve.h>
87
#include <letmecreate/click/ft800_defs.h>

src/click/weather.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@
2323
#include <letmecreate/bosch/bme280.h>
2424
#include <stdlib.h>
2525
#include <stdint.h>
26-
#include <unistd.h>
2726
#include <time.h>
2827

2928
static struct bme280_t bme280;

0 commit comments

Comments
 (0)