Preparing for v1.0 release.
This commit is contained in:
parent
22278999e7
commit
22239ec644
@ -30,3 +30,5 @@ Change Log
|
|||||||
- v0.7: Data Saving
|
- v0.7: Data Saving
|
||||||
- Allow user to save found primes to be loaded later.
|
- Allow user to save found primes to be loaded later.
|
||||||
- User can save and read primes in raw output.
|
- User can save and read primes in raw output.
|
||||||
|
- v1.0: Parallelization
|
||||||
|
- Indivisible is now completely parallelized.
|
||||||
|
@ -11,7 +11,7 @@
|
|||||||
#include "list.h"
|
#include "list.h"
|
||||||
#include "files.h"
|
#include "files.h"
|
||||||
|
|
||||||
#define VERSION "v0.7"
|
#define VERSION "v1.0"
|
||||||
|
|
||||||
static bool run;
|
static bool run;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user