From: Dave Murphy Date: Wed, 16 May 2012 22:31:07 +0000 (+0100) Subject: bump version X-Git-Url: https://git.gag.com/?a=commitdiff_plain;h=4080a3ecbb8fcf7ac83cc53903a0b8f379cc3fc0;p=fw%2Fstlink bump version --- 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])