From: Paul Fertser Date: Fri, 24 Apr 2015 15:56:30 +0000 (+0300) Subject: Restore -dev suffix X-Git-Tag: v0.9.0~13 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=abd7ad027ff3caa3887f449492eb8ff77f2eb02a;p=openocd Restore -dev suffix Signed-off-by: Paul Fertser --- diff --git a/configure.ac b/configure.ac index 23d1d7eb..68af9b64 100644 --- a/configure.ac +++ b/configure.ac @@ -1,5 +1,5 @@ AC_PREREQ(2.64) -AC_INIT([openocd], [0.9.0-rc1], +AC_INIT([openocd], [0.9.0-rc1-dev], [OpenOCD Mailing List ]) AC_CONFIG_SRCDIR([src/openocd.c])