From: David B. <dbr...@us...> - 2010-02-21 22:16:48
|
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 56e74908d17d740db0a376f354c21e6608e8af8d (commit) from 4aa0a4d8111772c526ba84e3502b2f73ca06d603 (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 56e74908d17d740db0a376f354c21e6608e8af8d Author: David Brownell <dbr...@us...> Date: Sun Feb 21 12:20:13 2010 -0800 Label builds as OpenOCD v0.4.0 Signed-off-by: David Brownell <dbr...@us...> diff --git a/configure.in b/configure.in index 65d7369..4681aeb 100644 --- a/configure.in +++ b/configure.in @@ -1,5 +1,5 @@ AC_PREREQ(2.60) -AC_INIT([openocd], [0.4.0-rc2-dev], +AC_INIT([openocd], [0.4.0], [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 |