The openocd 0.3.0-rc0 release.

Remove '-dev' version tag: 0.3.0-rc0-dev -> 0.3.0-rc0
This commit is contained in:
Zachary T Welch 2009-10-28 21:23:17 -07:00
parent ce88e8adf7
commit 70f735007d
1 changed files with 1 additions and 1 deletions

View File

@ -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 <openocd-development@lists.berlios.de>])
AC_CONFIG_SRCDIR([src/openocd.c])