From: David B. <dbr...@us...> - 2009-11-12 19:28:49
|
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, v0.3.1 has been updated via 371530224ce8b485d3cff59a4d6062d148bdad02 (commit) from c6ac97cf3b95ad5a9582ad6e6ea159d9d2aa9e1b (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 371530224ce8b485d3cff59a4d6062d148bdad02 Author: David Brownell <dbr...@us...> Date: Thu Nov 12 08:27:26 2009 -0800 Version 0.3.1 Remove "-dev" tag Signed-off-by: David Brownell <dbr...@us...> diff --git a/configure.in b/configure.in index 4f5733e..0fb072b 100644 --- a/configure.in +++ b/configure.in @@ -1,5 +1,5 @@ AC_PREREQ(2.60) -AC_INIT([openocd], [0.3.1-dev], +AC_INIT([openocd], [0.3.1], [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 |