mirror of
https://github.com/hashcat/hashcat
synced 2024-11-13 17:28:58 +01:00
12 lines
147 B
C
12 lines
147 B
C
/**
|
|
* Author......: See docs/credits.txt
|
|
* License.....: MIT
|
|
*/
|
|
|
|
#ifndef _VERSION_H
|
|
#define _VERSION_H
|
|
|
|
#define VERSION 0
|
|
|
|
#endif // _VERSION_H
|