Skip to content

Commit

Permalink
Bump version numbers.
Browse files Browse the repository at this point in the history
  • Loading branch information
samr7 committed Jul 31, 2011
1 parent c879744 commit dff09af
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion oclvanitygen.c
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
#include "pattern.h"


const char *version = "0.13";
const char *version = "0.14";
const int debug = 0;

#define MAX_SLOT 2
Expand Down
2 changes: 1 addition & 1 deletion vanitygen.c
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@

#include "pattern.h"

const char *version = "0.13";
const char *version = "0.14";

typedef struct _vg_thread_context_s {
vg_exec_context_t base;
Expand Down

0 comments on commit dff09af

Please sign in to comment.