Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Bump version to 0.21
  • Loading branch information
samr7 committed Aug 22, 2012
1 parent 08034e0 commit 7c1f495
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG
Expand Up @@ -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
2 changes: 1 addition & 1 deletion pattern.h
Expand Up @@ -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;

Expand Down

0 comments on commit 7c1f495

Please sign in to comment.