From: David Brownell Date: Mon, 21 Dec 2009 22:49:36 +0000 (-0800) Subject: Restore "-dev" version suffix X-Git-Tag: v0.4.0-rc2~194 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=4e2b15fc93e9bd46a125449f3c1d85b774a50966;p=openocd Restore "-dev" version suffix Signed-off-by: David Brownell --- diff --git a/configure.in b/configure.in index 6b57a337..7ce79559 100644 --- a/configure.in +++ b/configure.in @@ -1,5 +1,5 @@ AC_PREREQ(2.60) -AC_INIT([openocd], [0.4.0-rc1], +AC_INIT([openocd], [0.4.0-rc1-dev], [OpenOCD Mailing List ]) AC_CONFIG_SRCDIR([src/openocd.c])