diff --git a/CHANGELOG b/CHANGELOG index 10f3c31..d86ef09 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -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. diff --git a/pattern.h b/pattern.h index 43ebbb2..48682bc 100644 --- a/pattern.h +++ b/pattern.h @@ -33,7 +33,7 @@ #include #endif -#define VANITYGEN_VERSION "0.18" +#define VANITYGEN_VERSION "0.19" typedef struct _vg_context_s vg_context_t;