We're going to release v0.7 first.
This commit is contained in:
parent
63aa8e14cb
commit
1264edc8c8
@ -27,7 +27,6 @@ Change Log
|
|||||||
- Allow user to choose base in which the prime numbers are printed.
|
- Allow user to choose base in which the prime numbers are printed.
|
||||||
- Give option for primes to be saved to a file upon exit.
|
- Give option for primes to be saved to a file upon exit.
|
||||||
- Free memory and leave instead of emergency exit.
|
- Free memory and leave instead of emergency exit.
|
||||||
- v1.0: Parallel Computing
|
- v0.7: Parallel Computing
|
||||||
- Have primes be computed in parallel for faster prime generation
|
|
||||||
- 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.
|
||||||
|
@ -10,7 +10,7 @@
|
|||||||
#include "list.h"
|
#include "list.h"
|
||||||
#include "files.h"
|
#include "files.h"
|
||||||
|
|
||||||
#define VERSION "v1.0"
|
#define VERSION "v0.7"
|
||||||
|
|
||||||
static bool run;
|
static bool run;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user