New goal before paralellization

This commit is contained in:
Nicolás A. Ortega 2016-12-22 16:31:24 +01:00
parent 591ee92971
commit fa3f2dd2b1
No known key found for this signature in database
GPG Key ID: 614272579C2070D1
2 changed files with 3 additions and 2 deletions

View File

@ -27,4 +27,5 @@ Change Log
- Allow user to choose base in which the prime numbers are printed.
- Give option for primes to be saved to a file upon exit.
- Free memory and leave instead of emergency exit.
- v1.0: Parallel Computing
- v0.7: Additional Functionality
- Allow user to save found primes to be loaded later.

View File

@ -7,7 +7,7 @@
#include "list.h"
#define VERSION "v1.0"
#define VERSION "v0.7"
static bool run;