Skip to content

Commit

Permalink
update the banner info to ouput 1.7.2
Browse files Browse the repository at this point in the history
  • Loading branch information
zhouwangzw committed Oct 1, 2016
1 parent 0025e65 commit d1ad5fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Source/CNTK/CNTK.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -635,7 +635,7 @@ int wmainWithBS(int argc, wchar_t* argv[]) // called from wmain which is a wrapp

static void PrintBanner(int argc, wchar_t* argv[], const string& timestamp)
{
fprintf(stderr, "CNTK 1.7.1+ (");
fprintf(stderr, "CNTK 1.7.2 (");
#ifdef _GIT_EXIST
fprintf(stderr, "%s %.6s, ", _BUILDBRANCH_, _BUILDSHA1_);
#endif
Expand Down

0 comments on commit d1ad5fc

Please sign in to comment.