summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTormod Volden <debian.tormod@gmail.com>2014-10-04 12:21:30 +0200
committerTormod Volden <debian.tormod@gmail.com>2014-10-04 12:21:30 +0200
commit466dba569798a88d16cbf70195dba11e7ef4fd9a (patch)
tree58748fce5b33fdbda518773dbaefd5505cecafd2
parent8e21f7fb018b7b7898ad119a0cb30085e4fe382f (diff)
Bump version to 0.4v0.4
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 91fa113..5105d21 100644
--- a/main.c
+++ b/main.c
@@ -38,7 +38,7 @@
#include "parsers/binary.h"
#include "parsers/hex.h"
-#define VERSION "0.3"
+#define VERSION "0.4"
/* device globals */
stm32_t *stm = NULL;