Tidied repository with other small changes

This commit is contained in:
David Allen 2024-07-14 20:17:47 -06:00
parent c1ca0524f1
commit 5819c76289
No known key found for this signature in database
GPG key ID: 1D2A29322FBB6FCB
9 changed files with 10 additions and 5 deletions

View file

@ -11,7 +11,7 @@ namespace gdpm::version{
int major = 0;
int minor = 0;
int patch = 0;
string commit = "";
string description = "";
};
std::string to_string(const context& context);