X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;f=verstag.c;h=f0afc47ec3a877a2f54c34bdd83d8d8e997385cc;hb=46626ce710c12ab2799c63893b09d06831297213;hp=0605bdfbac29cdf7125fccff5c83e7e8536fe4a8;hpb=7274320bab5de6cbc4a4c9e242574c02dc82d02b;p=bertos.git diff --git a/verstag.c b/verstag.c index 0605bdfb..f0afc47e 100755 --- a/verstag.c +++ b/verstag.c @@ -1,8 +1,8 @@ -/*! +/** * \file * * * \version $Id$ @@ -11,7 +11,7 @@ * * \brief Define application version strings */ -#include "verstag.h" +#include /* * "buildrev.h" is auto-generated by the build infrastructure, @@ -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;