diff options
Diffstat (limited to 'src/openocd.c')
-rw-r--r-- | src/openocd.c | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/openocd.c b/src/openocd.c index b5bb44b3..94fab3a9 100644 --- a/src/openocd.c +++ b/src/openocd.c @@ -45,8 +45,13 @@ #include <strings.h> #endif +#ifdef PKGBLDDATE #define OPENOCD_VERSION \ "Open On-Chip Debugger " VERSION RELSTR " (" PKGBLDDATE ")" +#else +#define OPENOCD_VERSION \ + "Open On-Chip Debugger " VERSION RELSTR +#endif static const char openocd_startup_tcl[] = { #include "startup_tcl.inc" |