Skip to content

Commit

Permalink
Source/CNTK/CNTK.cpp: bump
Browse files Browse the repository at this point in the history
  • Loading branch information
mahilleb-msft committed Oct 25, 2016
1 parent 66fd96d commit 774b92c
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 @@ -641,7 +641,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.2+ (");
fprintf(stderr, "CNTK 2.0.beta1.0 (");
#ifdef _GIT_EXIST
fprintf(stderr, "%s %.6s, ", _BUILDBRANCH_, _BUILDSHA1_);
#endif
Expand Down

0 comments on commit 774b92c

Please sign in to comment.