Added entry for v0.6

This commit is contained in:
Nicolás A. Ortega 2016-12-14 20:12:46 +01:00
parent 4b034ce5e3
commit af79d206d3
No known key found for this signature in database
GPG Key ID: 614272579C2070D1
2 changed files with 5 additions and 1 deletions

View File

@ -23,3 +23,7 @@ Change Log
- Use `size_t' instead of `unsigned long long int'.
- Minor optimizations to the algorithm.
- Added commandline argument parsing.
- v0.6: User Control
- 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.

View File

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