Browse Source

Add more version examples to string::Version doc.

tags/v2.1.2
Andrew Belt 2 years ago
parent
commit
7dc564e773
1 changed files with 2 additions and 1 deletions
  1. +2
    -1
      include/string.hpp

+ 2
- 1
include/string.hpp View File

@@ -98,8 +98,9 @@ For example, the following versions are sorted earliest to latest.
1.b.0
1.0.0
1.0.1
1.1.0
1.2.0
1.10.0
2.0.0
*/
struct Version {
std::vector<std::string> parts;


Loading…
Cancel
Save