From: Zach W. <zw...@us...> - 2009-10-29 05:28:16
|
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 b628207ea6dd39280ebdd8b66a1ac869350c6d00 (commit) via 70f735007d7b0f7ec9d269c4529d9f62c0eb779d (commit) from ce88e8adf7de87b0f2e5904c1f620e47774a0458 (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 b628207ea6dd39280ebdd8b66a1ac869350c6d00 Author: Zachary T Welch <zw...@su...> Date: Wed Oct 28 21:23:17 2009 -0700 Bump rc version and add -dev tag. Bump rc package version number: 0.3.0-rc0 -> 0.3.0-rc1 Add '-dev' version tag: 0.3.0-rc1 -> 0.3.0-rc1-dev diff --git a/configure.in b/configure.in index 6cdf2a4..1b86403 100644 --- a/configure.in +++ b/configure.in @@ -1,5 +1,5 @@ AC_PREREQ(2.60) -AC_INIT([openocd], [0.3.0-rc0], +AC_INIT([openocd], [0.3.0-rc1-dev], [OpenOCD Mailing List <ope...@li...>]) AC_CONFIG_SRCDIR([src/openocd.c]) commit 70f735007d7b0f7ec9d269c4529d9f62c0eb779d Author: Zachary T Welch <zw...@su...> Date: Wed Oct 28 21:23:17 2009 -0700 The openocd 0.3.0-rc0 release. Remove '-dev' version tag: 0.3.0-rc0-dev -> 0.3.0-rc0 diff --git a/configure.in b/configure.in index 99f97da..6cdf2a4 100644 --- a/configure.in +++ b/configure.in @@ -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 <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 |