From: bernie Date: Tue, 14 Sep 2004 20:56:14 +0000 (+0000) Subject: Move vers_build_nr last to make all strings adjacent in binary image. X-Git-Tag: 1.0.0~1047 X-Git-Url: https://codewiz.org/gitweb?a=commitdiff_plain;h=8b21045261a062abb7963daa8aabda295d63af0b;p=bertos.git 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 --- 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;