From 79b413ca5b898982a79aa6673c44f9cd22f05c5b Mon Sep 17 00:00:00 2001 From: Dave Murphy Date: Mon, 31 Dec 2012 23:11:46 +0000 Subject: [PATCH] bump version --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index daf7da2..df41a3d 100644 --- a/configure.ac +++ b/configure.ac @@ -2,7 +2,7 @@ # Process this file with autoconf to produce a configure script. AC_PREREQ(2.61) -AC_INIT([stlink],[0.5.4],[davem@devkitpro.org]) +AC_INIT([stlink],[0.5.5],[davem@devkitpro.org]) AC_CONFIG_SRCDIR([src/stlink-common.c]) AC_CONFIG_LIBOBJ_DIR([src]) AM_INIT_AUTOMAKE([1.10]) -- 2.30.2