Added entry for v0.6
This commit is contained in:
parent
4b034ce5e3
commit
af79d206d3
@ -23,3 +23,7 @@ Change Log
|
|||||||
- Use `size_t' instead of `unsigned long long int'.
|
- Use `size_t' instead of `unsigned long long int'.
|
||||||
- Minor optimizations to the algorithm.
|
- Minor optimizations to the algorithm.
|
||||||
- Added commandline argument parsing.
|
- 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.
|
||||||
|
@ -7,7 +7,7 @@
|
|||||||
|
|
||||||
#include "list.h"
|
#include "list.h"
|
||||||
|
|
||||||
#define VERSION "v0.5"
|
#define VERSION "v0.6"
|
||||||
|
|
||||||
static bool run;
|
static bool run;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user