diff --git a/projects/tinygpus b/projects/tinygpus index 3456e620..498be1b8 160000 --- a/projects/tinygpus +++ b/projects/tinygpus @@ -1 +1 @@ -Subproject commit 3456e620237969843aefdd1aa61c4e2c72f5b10c +Subproject commit 498be1b803d0950328ae5f0138ce4e97805ca4cb diff --git a/src/silice.cpp b/src/silice.cpp index 84aa692b..eb67bc11 100644 --- a/src/silice.cpp +++ b/src/silice.cpp @@ -48,7 +48,7 @@ int main(int argc, char **argv) { try { - const std::string version_string = std::string(" 0.2.3") + " " + c_GitHash; + const std::string version_string = std::string(" 1.0.0") + " " + c_GitHash; // ^ ^ ^ // | | | // | | \_ increments with features in wip/draft (x.x.x)