1
0
mirror of https://github.com/wolfpld/tracy.git synced 2025-03-20 07:40:02 +08:00

Bump protocol and version for OpenCL support.

This commit is contained in:
Bartosz Taudul
2020-06-06 14:57:48 +02:00
parent 57f1ef05c7
commit d35d9b60ff
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -7,7 +7,7 @@ namespace Version
{
enum { Major = 0 };
enum { Minor = 6 };
enum { Patch = 14 };
enum { Patch = 15 };
}
}