Skip to content

Commit

Permalink
version info
Browse files Browse the repository at this point in the history
  • Loading branch information
ctapmex committed Jan 23, 2016
1 parent 988a97b commit 682acfe
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion tools/colorer/ConsoleToolsRunner.cpp
Expand Up @@ -270,7 +270,7 @@ int workIt()
initConsoleTools(ct);

if (settings.copyright) {
fprintf(stdout, "\nColorer console tools, version %s %s\n", VER_FILEVERSION_STR, CONF);
fprintf(stdout, "\nColorer console tools, version %s%s\n", VER_FILEVERSION_STR, CONF);
fprintf(stdout, "Copyright (c) 1999-2009 Igor Russkih, Copyright (c) 2009-2016 Aleksey Dobrunov \n\n");
}

Expand Down
2 changes: 1 addition & 1 deletion tools/colorer/version.h
Expand Up @@ -3,7 +3,7 @@

#define VER_PRODUCTVERSION VER_FILEVERSION
#define VER_PRODUCTVERSION_STR VER_FILEVERSION_STR
#ifdef WIN64
#ifdef _WIN64
#define CONF " (x64)"
#else
#define CONF ""
Expand Down

0 comments on commit 682acfe

Please sign in to comment.