From: David B. <dbr...@us...> - 2009-12-21 23:50:04
|
This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "Main OpenOCD repository". The branch, master has been updated via 4e2b15fc93e9bd46a125449f3c1d85b774a50966 (commit) from 0c55017a2241891e23eaace45126195bc0401cad (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit 4e2b15fc93e9bd46a125449f3c1d85b774a50966 Author: David Brownell <dbr...@us...> Date: Mon Dec 21 14:49:36 2009 -0800 Restore "-dev" version suffix Signed-off-by: David Brownell <dbr...@us...> diff --git a/configure.in b/configure.in index 6b57a33..7ce7955 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 <ope...@li...>]) AC_CONFIG_SRCDIR([src/openocd.c]) ----------------------------------------------------------------------- Summary of changes: configure.in | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) hooks/post-receive -- Main OpenOCD repository |