From: Dave Murphy Date: Mon, 14 May 2012 09:55:55 +0000 (+0100) Subject: bump stlink version X-Git-Url: https://git.gag.com/?a=commitdiff_plain;h=802049ed7da8ac6074120c127cf2ac096f67316a;hp=80d603582862ea0332dc301352655e8c086776dd;p=fw%2Fstlink bump stlink version --- diff --git a/configure.ac b/configure.ac index 761591a..866d8bb 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.1],[davem@devkitpro.org]) +AC_INIT([stlink],[0.5.2],[davem@devkitpro.org]) AC_CONFIG_SRCDIR([src/stlink-common.c]) AC_CONFIG_LIBOBJ_DIR([src]) AM_INIT_AUTOMAKE([1.10])