From b8e2664e94ac20ec5a93a003664e90d7836f0d02 Mon Sep 17 00:00:00 2001 From: Francesco Valla Date: Fri, 6 Jan 2017 15:52:43 +0100 Subject: [PATCH] general: version bump Signed-off-by: Francesco Valla --- src/common.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/common.h b/src/common.h index 9dfafe5..42f1e5f 100644 --- a/src/common.h +++ b/src/common.h @@ -35,7 +35,7 @@ using namespace std; -#define VERSION "0.1" +#define VERSION "0.2" /* Low-level functions */ void delay_us(unsigned int howLong);