From: David B. <dbr...@us...> - 2010-02-14 00:32:15
|
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 4c4ec09110db0cb89a6692093aa6579a85fc3552 (commit) via a0a1be5cd69a412c55af14be6c6250cb85b652cd (commit) from f7a6e6277681f6e2702bb9d3e0176000bd09a402 (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 4c4ec09110db0cb89a6692093aa6579a85fc3552 Author: David Brownell <dbr...@us...> Date: Sat Feb 13 15:28:05 2010 -0800 Restore "-dev" version suffix (0.4.0-rc2-dev) Signed-off-by: David Brownell <dbr...@us...> diff --git a/configure.in b/configure.in index a08085b..65d7369 100644 --- a/configure.in +++ b/configure.in @@ -1,5 +1,5 @@ AC_PREREQ(2.60) -AC_INIT([openocd], [0.4.0-rc2], +AC_INIT([openocd], [0.4.0-rc2-dev], [OpenOCD Mailing List <ope...@li...>]) AC_CONFIG_SRCDIR([src/openocd.c]) commit a0a1be5cd69a412c55af14be6c6250cb85b652cd Author: David Brownell <dbr...@us...> Date: Sat Feb 13 14:47:17 2010 -0800 v4.0-rc2 milestone Signed-off-by: David Brownell <dbr...@us...> diff --git a/configure.in b/configure.in index ecc9c6d..a08085b 100644 --- a/configure.in +++ b/configure.in @@ -1,5 +1,5 @@ AC_PREREQ(2.60) -AC_INIT([openocd], [0.4.0-rc1-dev], +AC_INIT([openocd], [0.4.0-rc2], [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 |