From: Zachary T Welch Date: Thu, 29 Oct 2009 04:23:17 +0000 (-0700) Subject: The openocd 0.3.0-rc0 release. X-Git-Tag: v0.3.0-rc0^0 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=70f735007d7b0f7ec9d269c4529d9f62c0eb779d;p=openocd The openocd 0.3.0-rc0 release. Remove '-dev' version tag: 0.3.0-rc0-dev -> 0.3.0-rc0 --- diff --git a/configure.in b/configure.in index 99f97da4..6cdf2a49 100644 --- a/configure.in +++ b/configure.in @@ -1,5 +1,5 @@ AC_PREREQ(2.60) -AC_INIT([openocd], [0.3.0-dev], +AC_INIT([openocd], [0.3.0-rc0], [OpenOCD Mailing List ]) AC_CONFIG_SRCDIR([src/openocd.c])