1
0
mirror of https://github.com/GOSTSec/vanitygen synced 2025-03-13 05:41:35 +00:00

Vanitygen 0.22 release.

This commit is contained in:
samr7 2012-10-11 20:37:04 -07:00
parent 8c2a7cb90b
commit 9e04497a12
2 changed files with 5 additions and 1 deletions

View File

@ -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

View File

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