diff options
-rw-r--r-- | .gitignore | 1 | ||||
-rwxr-xr-x | benoit | bin | 38344 -> 0 bytes | |||
-rw-r--r-- | changelog.html | 5 | ||||
-rw-r--r-- | include/benoit.hh | 2 |
4 files changed, 7 insertions, 1 deletions
@@ -3,3 +3,4 @@ *.png *.ppm *.webp +/benoit Binary files differdiff --git a/changelog.html b/changelog.html index 1a4398c..bc244ed 100644 --- a/changelog.html +++ b/changelog.html @@ -4,6 +4,11 @@ <meta charset="utf-8"> </head> <body> + <h1>4</h1> + <ul> + <li>Remove build artifacts.</li> + <li>Update .gitignore to ignore more build artifacts.</li> + </ul> <h1>3</h1> <ul> <li>Remove unused variables from Makefile.</li> diff --git a/include/benoit.hh b/include/benoit.hh index f42fdce..906b42f 100644 --- a/include/benoit.hh +++ b/include/benoit.hh @@ -39,7 +39,7 @@ private: unsigned short resy = 0x2000u; unsigned short numthreads = 0x16u; long double zoom = 0x1p0; - long long ver = 0x4ll; + long long ver = 0x5ll; unsigned long long maxiter = 0x400ull; std::vector<std::uint8_t> plotmandelbrot(); void arghandl(int const & argc,char const * * & argv); |