Skip to content

Commit

Permalink
add build number to the about dialog
Browse files Browse the repository at this point in the history
  • Loading branch information
ahadas committed Sep 23, 2016
1 parent b0f0f54 commit 3fe9f4b
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -249,6 +249,7 @@ private JScrollPane createCreditsPanel() {
insertHeader(doc, "muCommander");
insertNormalString(doc, "Version: " + RuntimeConstants.VERSION);
insertNormalString(doc, "Build date: " + getFormatedDate());
insertNormalString(doc, "Build number: " + RuntimeConstants.BUILD_NUMBER);
insertLineBreak(doc);

// VM information.
Expand Down

0 comments on commit 3fe9f4b

Please sign in to comment.