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;