diff --git a/CHANGELOG b/CHANGELOG index eb11ce8..742799e 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -30,3 +30,5 @@ Change Log - v0.7: Data Saving - Allow user to save found primes to be loaded later. - User can save and read primes in raw output. +- v1.0: Parallelization + - Indivisible is now completely parallelized. diff --git a/src/main.c b/src/main.c index 4bbd281..5982374 100644 --- a/src/main.c +++ b/src/main.c @@ -11,7 +11,7 @@ #include "list.h" #include "files.h" -#define VERSION "v0.7" +#define VERSION "v1.0" static bool run;