diff options
-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; |