1
0
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:
jsteube 2016-09-12 09:11:42 +02:00
parent c27e8aebbe
commit 10b4670682
2 changed files with 3 additions and 2 deletions

View File

@ -6,4 +6,6 @@
#ifndef _VERSION_H
#define _VERSION_H
#define VERSION 0
#endif // _VERSION_H

View File

@ -102,8 +102,7 @@ const int comptime = COMPTIME;
#define FORCE 0
// version
#define VERSION 0
// benchmark
#define BENCHMARK 0