1
0
mirror of https://github.com/GOSTSec/vanitygen synced 2025-02-07 12:24:20 +00:00

Bump version numbers.

This commit is contained in:
samr7 2011-07-31 07:06:24 -07:00
parent c8797446d7
commit dff09af8cb
2 changed files with 2 additions and 2 deletions

View File

@ -33,7 +33,7 @@
#include "pattern.h"
const char *version = "0.13";
const char *version = "0.14";
const int debug = 0;
#define MAX_SLOT 2

View File

@ -31,7 +31,7 @@
#include "pattern.h"
const char *version = "0.13";
const char *version = "0.14";
typedef struct _vg_thread_context_s {
vg_exec_context_t base;