mirror of
https://github.com/hashcat/hashcat.git
synced 2024-11-15 12:29:35 +00:00
Move version related stuff to version.h
This commit is contained in:
parent
c27e8aebbe
commit
10b4670682
@ -6,4 +6,6 @@
|
||||
#ifndef _VERSION_H
|
||||
#define _VERSION_H
|
||||
|
||||
#define VERSION 0
|
||||
|
||||
#endif // _VERSION_H
|
||||
|
@ -102,8 +102,7 @@ const int comptime = COMPTIME;
|
||||
|
||||
#define FORCE 0
|
||||
|
||||
// version
|
||||
#define VERSION 0
|
||||
|
||||
|
||||
// benchmark
|
||||
#define BENCHMARK 0
|
||||
|
Loading…
Reference in New Issue
Block a user