diff options
author | Tormod Volden <debian.tormod@gmail.com> | 2021-02-12 20:41:56 +0100 |
---|---|---|
committer | Tormod Volden <debian.tormod@gmail.com> | 2021-02-12 20:41:56 +0100 |
commit | 82f16f317185b6916e5f8b5697de58960f7e48a7 (patch) | |
tree | 778f5255ca0c04bc87516df1e196c4859cf725fb | |
parent | eb7948336145b55d2745f21fd7df37eec248ded1 (diff) |
Release 0.6v0.6
Signed-off-by: Tormod Volden <debian.tormod@gmail.com>
-rw-r--r-- | configure.ac | 2 | ||||
-rw-r--r-- | main.c | 2 |
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]) @@ -43,7 +43,7 @@ #include <windows.h> #endif -#define VERSION "0.5" +#define VERSION "0.6" /* device globals */ stm32_t *stm = NULL; |