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;