From 8b21045261a062abb7963daa8aabda295d63af0b Mon Sep 17 00:00:00 2001 From: bernie Date: Tue, 14 Sep 2004 20:56:14 +0000 Subject: [PATCH] Move vers_build_nr last to make all strings adjacent in binary image. git-svn-id: https://src.develer.com/svnoss/bertos/trunk@194 38d2e660-2303-0410-9eaa-f027e97ec537 --- verstag.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/verstag.c b/verstag.c index 0605bdfb..63d6a408 100755 --- a/verstag.c +++ b/verstag.c @@ -20,7 +20,7 @@ #include "buildrev.h" const char vers_tag[] = VERS_TAG; -const int vers_build_nr = VERS_BUILD; const char vers_build_str[] = _STRINGIZE(VERS_BUILD); const char vers_host[] = VERS_HOST; +const int vers_build_nr = VERS_BUILD; -- 2.25.1