diff options
author | David Brownell <dbrownell@users.sourceforge.net> | 2009-11-06 15:05:03 -0800 |
---|---|---|
committer | David Brownell <dbrownell@users.sourceforge.net> | 2009-11-06 15:05:03 -0800 |
commit | 7de1c892cd9c59f135ff5fbeb4c070fa6ec795b2 (patch) | |
tree | eeda8301e2dff12b893cff5ba3a20abcb35ad3a4 | |
parent | 1d5a3a6bcd02f6abef710b16a86701e41ecf0a9e (diff) |
Start v0.3.1 bugfix branch
Add "-dev" tag, increment micro version.
Signed-off-by: David Brownell <dbrownell@users.sourceforge.net>
-rw-r--r-- | configure.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in b/configure.in index 08212e8b..4f5733e2 100644 --- a/configure.in +++ b/configure.in @@ -1,5 +1,5 @@ AC_PREREQ(2.60) -AC_INIT([openocd], [0.3.0], +AC_INIT([openocd], [0.3.1-dev], [OpenOCD Mailing List <openocd-development@lists.berlios.de>]) AC_CONFIG_SRCDIR([src/openocd.c]) |