Browse Source

Move version tag to pattern.h.

master
samr7 12 years ago
parent
commit
b6ca74fb9e
  1. 3
      keyconv.c
  2. 2
      oclvanitygen.c
  3. 2
      oclvanityminer.c
  4. 2
      pattern.h
  5. 2
      vanitygen.c

3
keyconv.c

@ -14,9 +14,10 @@ @@ -14,9 +14,10 @@
#include "winglue.h"
#endif
#include "pattern.h"
#include "util.h"
const char *version = "0.17";
const char *version = VANITYGEN_VERSION;
static void

2
oclvanitygen.c

@ -30,7 +30,7 @@ @@ -30,7 +30,7 @@
#include "util.h"
const char *version = "0.17";
const char *version = VANITYGEN_VERSION;
const int debug = 0;

2
oclvanityminer.c

@ -34,7 +34,7 @@ @@ -34,7 +34,7 @@
#include "util.h"
const char *version = "0.17";
const char *version = VANITYGEN_VERSION;
const int debug = 0;

2
pattern.h

@ -33,6 +33,8 @@ @@ -33,6 +33,8 @@
#include <unistd.h>
#endif
#define VANITYGEN_VERSION "0.17"
typedef struct _vg_context_s vg_context_t;

2
vanitygen.c

@ -32,7 +32,7 @@ @@ -32,7 +32,7 @@
#include "pattern.h"
#include "util.h"
const char *version = "0.17";
const char *version = VANITYGEN_VERSION;
typedef struct _vg_thread_context_s {
vg_exec_context_t base;

Loading…
Cancel
Save