This website works better with JavaScript.
Home
Help
Sign In
VCVRack
/
Rack
mirror of
https://github.com/VCVRack/Rack.git
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
38
Wiki
Activity
Browse Source
Add more version examples to string::Version doc.
tags/v2.1.2
Andrew Belt
2 years ago
parent
635670c5ce
commit
7dc564e773
1 changed files
with
2 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+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;
Write
Preview
Loading…
Cancel
Save