summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPřemysl Eric Janouch <p@janouch.name>2024-12-20 09:48:03 +0100
committerPřemysl Eric Janouch <p@janouch.name>2024-12-23 16:53:54 +0100
commit3bea18708fa17339136f6860ae38c9882f5b6ed5 (patch)
tree97ab2f259fad84fcf0b4a0ed1c07bef9dc686679
parented8ba147bacc9edfe82825cfc5b0dcff8acb2924 (diff)
downloadfiv-3bea18708fa17339136f6860ae38c9882f5b6ed5.tar.gz
fiv-3bea18708fa17339136f6860ae38c9882f5b6ed5.tar.xz
fiv-3bea18708fa17339136f6860ae38c9882f5b6ed5.zip
Bump version, update README.adocv1.0.0origin/master
-rw-r--r--README.adoc3
-rw-r--r--docs/fiv.html2
-rw-r--r--meson.build2
3 files changed, 5 insertions, 2 deletions
diff --git a/README.adoc b/README.adoc
index 9ca9e65..46740eb 100644
--- a/README.adoc
+++ b/README.adoc
@@ -38,6 +38,9 @@ You can get a package with the latest development version using Arch Linux's
https://aur.archlinux.org/packages/fiv-git[AUR],
or as a https://git.janouch.name/p/nixexprs[Nix derivation].
+https://janouch.name/cd[Windows installers can be found here],
+you want the _x86_64_ version.
+
Building and Running
--------------------
Build-only dependencies:
diff --git a/docs/fiv.html b/docs/fiv.html
index a458882..b4a5f33 100644
--- a/docs/fiv.html
+++ b/docs/fiv.html
@@ -16,7 +16,7 @@ q:lang(en):after { content: "’"; }
<p class="details">
<span id="author">Přemysl Eric Janouch</span><br>
<span id="email"><a href="mailto:p@janouch.name">p@janouch.name</a></span><br>
-<span id="revnumber">version 0.0.0,</span>
+<span id="revnumber">version 1.0.0,</span>
<span id="revdate">2023-04-17</span>
<p class="figure"><img src="fiv.webp" alt="fiv in browser and viewer modes">
diff --git a/meson.build b/meson.build
index b364292..5f1409e 100644
--- a/meson.build
+++ b/meson.build
@@ -1,7 +1,7 @@
# vim: noet ts=4 sts=4 sw=4:
project('fiv', 'c',
default_options : ['c_std=gnu99', 'warning_level=2'],
- version : '0.1.0',
+ version : '1.0.0',
meson_version : '>=0.57')
cc = meson.get_compiler('c')