Browse Source

Bump version to 0.19.

master 0.19
samr7 12 years ago
parent
commit
10e4aa187b
  1. 4
      CHANGELOG
  2. 2
      pattern.h

4
CHANGELOG

@ -88,3 +88,7 @@ Version 0.18, released July 4, 2012: @@ -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
pattern.h

@ -33,7 +33,7 @@ @@ -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;

Loading…
Cancel
Save