From 9e04497a127aa6413463ccf4a4aee75f0d581d92 Mon Sep 17 00:00:00 2001 From: samr7 Date: Thu, 11 Oct 2012 20:37:04 -0700 Subject: [PATCH] Vanitygen 0.22 release. --- CHANGELOG | 4 ++++ pattern.h | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG b/CHANGELOG index fc09e60..c679c0e 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -108,3 +108,7 @@ Version 0.21, released August 21, 2012: - Fix bug in case-insensitive prefix enumerator that would skip the last possible combination. - More useful error messages for OpenCL failures in oclvanitygen/miner + +Version 0.22, released October 11, 2012: + - Fix bugs in oclvanityminer bounty list parser + - Use GET instead of POST for work submission in oclvanityminer diff --git a/pattern.h b/pattern.h index 633bb0a..8bdbf0b 100644 --- a/pattern.h +++ b/pattern.h @@ -35,7 +35,7 @@ #include #endif -#define VANITYGEN_VERSION "0.22pre" +#define VANITYGEN_VERSION "0.22" typedef struct _vg_context_s vg_context_t;