From dff09af8cb21291c0111c410ebe401d028650eb0 Mon Sep 17 00:00:00 2001 From: samr7 Date: Sun, 31 Jul 2011 07:06:24 -0700 Subject: [PATCH] Bump version numbers. --- oclvanitygen.c | 2 +- vanitygen.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/oclvanitygen.c b/oclvanitygen.c index e0d9494..5d02da0 100644 --- a/oclvanitygen.c +++ b/oclvanitygen.c @@ -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 diff --git a/vanitygen.c b/vanitygen.c index 93da58a..8304057 100644 --- a/vanitygen.c +++ b/vanitygen.c @@ -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;