Skip to content
Snippets Groups Projects
Commit 17433952 authored by zwelch's avatar zwelch
Browse files

Dick Hollenbeck <dick@softplc.com>: move OPENOCD_VERSION to use config.h

git-svn-id: svn://svn.berlios.de/openocd/trunk@1586 b42882b7-edfa-0310-969c-e2dbd0fdcd60
parent 214407d9
Branches
No related tags found
No related merge requests found
......@@ -24,8 +24,6 @@
* 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. *
***************************************************************************/
#define OPENOCD_VERSION "Open On-Chip Debugger " VERSION " (" PKGBLDDATE ") "RELSTR PKGBLDREV
#ifdef HAVE_CONFIG_H
#include "config.h"
#endif
......@@ -57,6 +55,11 @@
#include <unistd.h>
#include <errno.h>
#define OPENOCD_VERSION \
"Open On-Chip Debugger " VERSION " (" PKGBLDDATE ") " RELSTR PKGBLDREV
void print_version(void)
{
/* DANGER!!! make sure that the line below does not appear in a patch, do not remove */
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment