summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTormod Volden <debian.tormod@gmail.com>2016-02-10 20:56:23 +0100
committerTormod Volden <debian.tormod@gmail.com>2016-02-11 00:57:15 +0100
commit1f934ae86babdeea47afdfae1d856d5fd5da6c53 (patch)
tree91b645a8e0d6f77666f7a8e6e30698ecf40b4272
parent0231aab55846c0ab578c6d351e80d6beb574311f (diff)
Release 0.5v0.5
Signed-off-by: Tormod Volden <debian.tormod@gmail.com>
-rw-r--r--main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/main.c b/main.c
index 7424ae6..dd11b7f 100644
--- a/main.c
+++ b/main.c
@@ -38,7 +38,7 @@
#include "parsers/binary.h"
#include "parsers/hex.h"
-#define VERSION "0.4"
+#define VERSION "0.5"
/* device globals */
stm32_t *stm = NULL;