Skip to content

Commit

Permalink
fix version display
Browse files Browse the repository at this point in the history
  • Loading branch information
rainers committed Dec 13, 2021
1 parent c9f5f67 commit 7a25c85
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@ int T_main(int argc, TCHAR* argv[])

if (argc < 2)
{
printf("Convert DMD CodeView/DWARF debug information to PDB files, Version %g\n", VERSION);
printf("Convert DMD CodeView/DWARF debug information to PDB files, Version %.02f\n", VERSION);
printf("Copyright (c) 2009-2012 by Rainer Schuetze, All Rights Reserved\n");
printf("\n");
printf("License for redistribution is given by the Artistic License 2.0\n");
Expand Down

0 comments on commit 7a25c85

Please sign in to comment.