From 4b828dac02c029a83f7dc36a358db110e0f7959e Mon Sep 17 00:00:00 2001 From: Yalei Wang Date: Fri, 15 Jun 2018 11:14:38 +0800 Subject: Fix some doc typo Change-Id: I373f7877fefc686586284e71ab48afca12fcdbd2 Signed-off-by: Yalei Wang --- src/framework/include/nstack_log.h | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'src/framework') diff --git a/src/framework/include/nstack_log.h b/src/framework/include/nstack_log.h index d0c2649..67e5b29 100644 --- a/src/framework/include/nstack_log.h +++ b/src/framework/include/nstack_log.h @@ -39,7 +39,11 @@ #include "glog/nstack_glog_in.h" #define NSTACK_GETVER_MODULE "nStack" -#define NSTACK_GETVER_VERSION "VPP2.0 V100R002C10B053" + +#ifndef NSTACK_GETVER_VERSION + #error "need define version first" +#endif + #define NSTACK_GETVER_BUILDTIME "[" __DATE__ "]" "[" __TIME__ "]" #define NSTACK_VERSION NSTACK_GETVER_VERSION " (" NSTACK_GETVER_MODULE ") " NSTACK_GETVER_BUILDTIME -- cgit