File tree Expand file tree Collapse file tree 4 files changed +2
-4
lines changed
Expand file tree Collapse file tree 4 files changed +2
-4
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ project(LetMeCreate)
55
66set (LETMECREATE_MAJOR_VERSION 1)
77set (LETMECREATE_MINOR_VERSION 5)
8- set (LETMECREATE_PATCH_VERSION 0 )
8+ set (LETMECREATE_PATCH_VERSION 1 )
99set (LETMECREATE_VERSION ${LETMECREATE_MAJOR_VERSION} .${LETMECREATE_MINOR_VERSION} .${LETMECREATE_PATCH_VERSION} )
1010set (PROJECT_VERSION ${LETMECREATE_VERSION} )
1111
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 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>
Original file line number Diff line number Diff line change 2323#include <letmecreate/bosch/bme280.h>
2424#include <stdlib.h>
2525#include <stdint.h>
26- #include <unistd.h>
2726#include <time.h>
2827
2928static struct bme280_t bme280 ;
You can’t perform that action at this time.
0 commit comments