We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 948b0f1 commit d9574b9Copy full SHA for d9574b9
src/common/online.c
@@ -428,7 +428,7 @@ int main(int argc, char *argv[]) {
428
exit(1);
429
}
430
431
- printf("GPUCrack v0.1.0\n"
+ printf("GPUCrack v0.1.1\n"
432
"<https://github.com/gpucrack/GPUCrack/>\n\n");
433
434
const char *start_path = argv[1];
src/gpu/commons.cu
@@ -1,7 +1,7 @@
1
#include "commons.cuh"
2
3
__host__ void printSignature() {
4
5
6
7
0 commit comments