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

Bump version to 0.21

This commit is contained in:
samr7 2012-08-21 19:33:26 -07:00
parent 08034e064b
commit 7c1f495668
2 changed files with 7 additions and 1 deletions

View File

@ -102,3 +102,9 @@ Version 0.20, released August 18, 2012:
- Fix case-insensitive search for prefixes that contain invalid
characters in their given case, but are valid if case-swapped
- Follow HTTP redirections in oclvanityminer
Version 0.21, released August 21, 2012:
- Fix assertion failure in oclvanityminer work submission handler
- Fix bug in case-insensitive prefix enumerator that would skip the
last possible combination.
- More useful error messages for OpenCL failures in oclvanitygen/miner

View File

@ -35,7 +35,7 @@
#include <unistd.h>
#endif
#define VANITYGEN_VERSION "0.21pre"
#define VANITYGEN_VERSION "0.21"
typedef struct _vg_context_s vg_context_t;