2
0
mirror of git://git.code.sf.net/p/openocd/code synced 2025-08-15 02:34:47 +10:00

Start v0.3.1 bugfix branch

Add "-dev" tag, increment micro version.

Signed-off-by: David Brownell <dbrownell@users.sourceforge.net>
This commit is contained in:
David Brownell 2009-11-06 15:05:03 -08:00
parent 1d5a3a6bcd
commit 7de1c892cd

View File

@ -1,5 +1,5 @@
AC_PREREQ(2.60)
AC_INIT([openocd], [0.3.0],
AC_INIT([openocd], [0.3.1-dev],
[OpenOCD Mailing List <openocd-development@lists.berlios.de>])
AC_CONFIG_SRCDIR([src/openocd.c])