From 82f16f317185b6916e5f8b5697de58960f7e48a7 Mon Sep 17 00:00:00 2001 From: Tormod Volden Date: Fri, 12 Feb 2021 20:41:56 +0100 Subject: [PATCH] Release 0.6 Signed-off-by: Tormod Volden --- configure.ac | 2 +- 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]) diff --git a/main.c b/main.c index 9be3c39..ef3bde6 100644 --- a/main.c +++ b/main.c @@ -43,7 +43,7 @@ #include #endif -#define VERSION "0.5" +#define VERSION "0.6" /* device globals */ stm32_t *stm = NULL;