summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.gitignore1
-rwxr-xr-xbenoitbin38344 -> 0 bytes
-rw-r--r--changelog.html5
-rw-r--r--include/benoit.hh2
4 files changed, 7 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore
index f316085..98ae13c 100644
--- a/.gitignore
+++ b/.gitignore
@@ -3,3 +3,4 @@
*.png
*.ppm
*.webp
+/benoit
diff --git a/benoit b/benoit
deleted file mode 100755
index e4c3d19..0000000
--- a/benoit
+++ /dev/null
Binary files differ
diff --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);