diff options
author | Tormod Volden <debian.tormod@gmail.com> | 2016-02-10 20:56:23 +0100 |
---|---|---|
committer | Tormod Volden <debian.tormod@gmail.com> | 2016-02-11 00:57:15 +0100 |
commit | 1f934ae86babdeea47afdfae1d856d5fd5da6c53 (patch) | |
tree | 91b645a8e0d6f77666f7a8e6e30698ecf40b4272 | |
parent | 0231aab55846c0ab578c6d351e80d6beb574311f (diff) |
Release 0.5v0.5
Signed-off-by: Tormod Volden <debian.tormod@gmail.com>
-rw-r--r-- | main.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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; |