X-Git-Url: https://review.openocd.org/gitweb?p=openocd.git;a=blobdiff_plain;f=configure.ac;h=13152bf2d9a0577e445fa12f35861f90fc722e6a;hp=f985bcd45a61073e881493823545c3d58ee02079;hb=07158a7f8a5897f28e988969029e692ac106b2bc;hpb=3cbabd9fff2c2c0b55211ce9262ec006b08337cc diff --git a/configure.ac b/configure.ac index f985bcd45a..13152bf2d9 100644 --- a/configure.ac +++ b/configure.ac @@ -1,5 +1,5 @@ AC_PREREQ(2.60) -AC_INIT([openocd], [0.6.0-rc1], +AC_INIT([openocd], [0.6.0-rc1-dev], [OpenOCD Mailing List ]) AC_CONFIG_SRCDIR([src/openocd.c]) @@ -816,7 +816,7 @@ if test $build_remote_bitbang = yes; then build_bitbang=yes AC_DEFINE([BUILD_REMOTE_BITBANG], [1], [1 if you want the Remote Bitbang JTAG driver.]) else - AC_DEFINE([BUILD_REMOTE_BITBNAG], [0], [0 if you don't want the Remote Bitbang JTAG driver.]) + AC_DEFINE([BUILD_REMOTE_BITBANG], [0], [0 if you don't want the Remote Bitbang JTAG driver.]) fi #-- Deal with MingW/Cygwin FTD2XX issues