From: Dave Murphy Date: Mon, 31 Dec 2012 23:09:30 +0000 (+0000) Subject: bump version X-Git-Url: https://git.gag.com/?a=commitdiff_plain;h=acbfa3ad6fb9c464bfd998b2cdd01989af6a55ed;p=fw%2Fstlink bump version --- diff --git a/configure.ac b/configure.ac index 1f00f3a..daf7da2 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.3],[davem@devkitpro.org]) +AC_INIT([stlink],[0.5.4],[davem@devkitpro.org]) AC_CONFIG_SRCDIR([src/stlink-common.c]) AC_CONFIG_LIBOBJ_DIR([src]) AM_INIT_AUTOMAKE([1.10])