Skip to content

Commit

Permalink
Tweaked buildver string.
Browse files Browse the repository at this point in the history
  • Loading branch information
icculus committed Feb 27, 2008
1 parent 5748ed8 commit 1662713
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions buildver.c
Expand Up @@ -51,8 +51,8 @@

// macro mess so we can turn APPID and APPREV into a string literal...
#define MAKEBUILDVERSTRINGLITERAL2(id, rev) \
#id ", Revision " #rev ", Built " __DATE__ " " __TIME__ ", by " \
COMPILER " version " __VERSION__
#id ", revision " #rev ", built " __DATE__ " " __TIME__ \
", by " COMPILER " " __VERSION__

#define MAKEBUILDVERSTRINGLITERAL(id, rev) MAKEBUILDVERSTRINGLITERAL2(id, rev)

Expand Down

0 comments on commit 1662713

Please sign in to comment.