Skip to content

Commit d9574b9

Browse files
Updated signature (v0.1.1)
1 parent 948b0f1 commit d9574b9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/common/online.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -428,7 +428,7 @@ int main(int argc, char *argv[]) {
428428
exit(1);
429429
}
430430

431-
printf("GPUCrack v0.1.0\n"
431+
printf("GPUCrack v0.1.1\n"
432432
"<https://github.com/gpucrack/GPUCrack/>\n\n");
433433

434434
const char *start_path = argv[1];

src/gpu/commons.cu

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#include "commons.cuh"
22

33
__host__ void printSignature() {
4-
printf("GPUCrack v0.1.0\n"
4+
printf("GPUCrack v0.1.1\n"
55
"<https://github.com/gpucrack/GPUCrack/>\n\n");
66
}
77

0 commit comments

Comments
 (0)