projects
/
bertos.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e80433e
)
Move vers_build_nr last to make all strings adjacent in binary image.
author
bernie
<bernie@38d2e660-2303-0410-9eaa-f027e97ec537>
Tue, 14 Sep 2004 20:56:14 +0000
(20:56 +0000)
committer
bernie
<bernie@38d2e660-2303-0410-9eaa-f027e97ec537>
Tue, 14 Sep 2004 20:56:14 +0000
(20:56 +0000)
git-svn-id: https://src.develer.com/svnoss/bertos/trunk@194
38d2e660
-2303-0410-9eaa-
f027e97ec537
verstag.c
patch
|
blob
|
history
diff --git
a/verstag.c
b/verstag.c
index 0605bdfbac29cdf7125fccff5c83e7e8536fe4a8..63d6a40814100a3df3cb93ef75d38b0dfeec7463 100755
(executable)
--- 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;