From 4080a3ecbb8fcf7ac83cc53903a0b8f379cc3fc0 Mon Sep 17 00:00:00 2001 From: Dave Murphy Date: Wed, 16 May 2012 23:31:07 +0100 Subject: [PATCH] bump version --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index f7feed2..1f00f3a 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.2],[davem@devkitpro.org]) +AC_INIT([stlink],[0.5.3],[davem@devkitpro.org]) AC_CONFIG_SRCDIR([src/stlink-common.c]) AC_CONFIG_LIBOBJ_DIR([src]) AM_INIT_AUTOMAKE([1.10])