Skip to content

Commit

Permalink
Release 0.6
Browse files Browse the repository at this point in the history
Signed-off-by: Tormod Volden <debian.tormod@gmail.com>
  • Loading branch information
tormodvolden committed Feb 12, 2021
1 parent eb79483 commit 82f16f3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -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])
Expand Down
2 changes: 1 addition & 1 deletion main.c
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
#include <windows.h>
#endif

#define VERSION "0.5"
#define VERSION "0.6"

/* device globals */
stm32_t *stm = NULL;
Expand Down

0 comments on commit 82f16f3

Please sign in to comment.