Preparing for v1.0 release.

This commit is contained in:
Nicolás A. Ortega 2017-02-02 10:46:34 +01:00
parent 22278999e7
commit 22239ec644
No known key found for this signature in database
GPG Key ID: 614272579C2070D1
2 changed files with 3 additions and 1 deletions

View File

@ -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.

View File

@ -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;