1
0
mirror of https://github.com/GOSTSec/vanitygen synced 2025-02-07 04:14:15 +00:00

Bump version to 0.19.

This commit is contained in:
samr7 2012-07-04 09:08:11 -07:00
parent dfc1eebeb6
commit 10e4aa187b
2 changed files with 5 additions and 1 deletions

View File

@ -88,3 +88,7 @@ Version 0.18, released July 4, 2012:
wallet import format, password-protected format, and PKCS#8. wallet import format, password-protected format, and PKCS#8.
- Support generation of simple P2SH (type-3) addresses. - Support generation of simple P2SH (type-3) addresses.
- Mac OS X makefile merged with Linux Makefile. - Mac OS X makefile merged with Linux Makefile.
Version 0.19, released July 4, 2012:
- Fix a potentially serious crash.
- Remove oclvanitygen "-r" option.

View File

@ -33,7 +33,7 @@
#include <unistd.h> #include <unistd.h>
#endif #endif
#define VANITYGEN_VERSION "0.18" #define VANITYGEN_VERSION "0.19"
typedef struct _vg_context_s vg_context_t; typedef struct _vg_context_s vg_context_t;