From: Jean-Christophe PLAGNIOL-VILLARD Date: Tue, 9 Aug 2011 05:34:50 +0000 (+0800) Subject: The openocd 0.5.0 release. X-Git-Tag: v0.5.0 X-Git-Url: https://git.sur5r.net/?p=openocd;a=commitdiff_plain;h=refs%2Ftags%2Fv0.5.0 The openocd 0.5.0 release. Remove '-dev' version tag: 0.5.0-dev -> 0.5.0 --- diff --git a/configure.in b/configure.in index a1ca0058..a0ea9357 100644 --- a/configure.in +++ b/configure.in @@ -1,5 +1,5 @@ AC_PREREQ(2.60) -AC_INIT([openocd], [0.5.0-dev], +AC_INIT([openocd], [0.5.0], [OpenOCD Mailing List ]) AC_CONFIG_SRCDIR([src/openocd.c])