From: zwelch Date: Fri, 1 May 2009 01:18:05 +0000 (+0000) Subject: Dick Hollenbeck : move OPENOCD_VERSION to use config.h X-Git-Tag: v0.2.0~919 X-Git-Url: https://review.openocd.org/gitweb?p=openocd.git;a=commitdiff_plain;h=1743395250abad9010c539459d301ade6c32d746 Dick Hollenbeck : move OPENOCD_VERSION to use config.h git-svn-id: svn://svn.berlios.de/openocd/trunk@1586 b42882b7-edfa-0310-969c-e2dbd0fdcd60 --- diff --git a/src/openocd.c b/src/openocd.c index 084b8a1d05..56576ee351 100644 --- a/src/openocd.c +++ b/src/openocd.c @@ -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 #include + +#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 */