Skip to content

Commit

Permalink
first beta version
Browse files Browse the repository at this point in the history
  • Loading branch information
HosseinAsghari committed Mar 5, 2020
1 parent 738bf17 commit 00f0c4c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/circminer.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ extern "C" {
using namespace std;

char versionNumberMajor[10] = "0";
char versionNumberMinor[10] = "1";
char versionNumberMinor[10] = "2b";

pthread_mutex_t write_lock;
pthread_mutex_t pmap_lock;
Expand Down

0 comments on commit 00f0c4c

Please sign in to comment.