Skip to content

Commit

Permalink
Bump version to 0.19.
Browse files Browse the repository at this point in the history
  • Loading branch information
samr7 committed Jul 4, 2012
1 parent dfc1eeb commit 10e4aa1
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG
Expand Up @@ -88,3 +88,7 @@ Version 0.18, released July 4, 2012:
wallet import format, password-protected format, and PKCS#8.
- Support generation of simple P2SH (type-3) addresses.
- Mac OS X makefile merged with Linux Makefile.

Version 0.19, released July 4, 2012:
- Fix a potentially serious crash.
- Remove oclvanitygen "-r" option.
2 changes: 1 addition & 1 deletion pattern.h
Expand Up @@ -33,7 +33,7 @@
#include <unistd.h>
#endif

#define VANITYGEN_VERSION "0.18"
#define VANITYGEN_VERSION "0.19"


typedef struct _vg_context_s vg_context_t;
Expand Down

0 comments on commit 10e4aa1

Please sign in to comment.