Skip to content

Commit

Permalink
Use semantic versioning and show source URL
Browse files Browse the repository at this point in the history
  • Loading branch information
hollasch committed Oct 16, 2016
1 parent 94a7fd2 commit c6329fe
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/drives.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@

using namespace std;

const auto programVersion = L"1.0"; // Program Version. '###+' prefix denotes interim modifications from version ###.
const auto programVersion = L"1.0.0"; // Program Version (using the semantic versioning scheme)

const unsigned short NumPossibleDrives { 26 }; // Number of Possible Drives
const unsigned short DriveIndexNone { 99 }; // Drive Index for None/Null/Invalid Drive
Expand Down Expand Up @@ -475,6 +475,8 @@ class CommandOptions

wchar_t* CommandOptions::helpText =
L"drives: Print drive and volume information.\n"
L"Source: https://github.com/hollasch/drives\n"
L"\n"
L"Usage: drives [/?|-h|--help] [--version] [-v|--verbose] [-p|--parseable]\n"
L" [drive]\n"
L"\n"
Expand Down

0 comments on commit c6329fe

Please sign in to comment.