We're going to release v0.7 first.

This commit is contained in:
Nicolás A. Ortega 2016-12-27 22:52:06 +01:00
parent 63aa8e14cb
commit 1264edc8c8
No known key found for this signature in database
GPG Key ID: 614272579C2070D1
2 changed files with 2 additions and 3 deletions

View File

@ -27,7 +27,6 @@ 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
- Have primes be computed in parallel for faster prime generation
- v0.7: Parallel Computing
- Allow user to save found primes to be loaded later.
- User can save and read primes in raw output.

View File

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