summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTormod Volden <debian.tormod@gmail.com>2021-02-12 20:41:56 +0100
committerTormod Volden <debian.tormod@gmail.com>2021-02-12 20:41:56 +0100
commit82f16f317185b6916e5f8b5697de58960f7e48a7 (patch)
tree778f5255ca0c04bc87516df1e196c4859cf725fb
parenteb7948336145b55d2745f21fd7df37eec248ded1 (diff)
Release 0.6v0.6
Signed-off-by: Tormod Volden <debian.tormod@gmail.com>
-rw-r--r--configure.ac2
-rw-r--r--main.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac
index c05a9e0..4e401d8 100644
--- a/configure.ac
+++ b/configure.ac
@@ -2,7 +2,7 @@
# Process this file with autoconf to produce a configure script.
AC_PREREQ([2.68])
-AC_INIT([stm32flash], [0.5], [])
+AC_INIT([stm32flash], [0.6], [])
# Checks for programs.
AM_INIT_AUTOMAKE([foreign -Wall])
diff --git a/main.c b/main.c
index 9be3c39..ef3bde6 100644
--- a/main.c
+++ b/main.c
@@ -43,7 +43,7 @@
#include <windows.h>
#endif
-#define VERSION "0.5"
+#define VERSION "0.6"
/* device globals */
stm32_t *stm = NULL;