]> git.cworth.org Git - notmuch/commit
Rename version to version.txt
authorRalph Seichter <github@seichter.de>
Wed, 28 Oct 2020 14:44:35 +0000 (15:44 +0100)
committerDavid Bremner <david@tethera.net>
Fri, 30 Oct 2020 19:14:24 +0000 (16:14 -0300)
commit981d5a01689937ba45f3cd9dbdcdc65e6d264286
tree0473295a82bb3b0eaa2e5c0c9ef086a14f0a1b76
parent582e919e2769bd99064b997b05e1601ffcfe9a98
Rename version to version.txt

Building Notmuch on macOS is known to cause problems because the Notmuch
distribution archive contains two files named "version". These names
clash with the <version> header as defined in C++20. Therefore, the
existing naming will likely become a problem on other platforms as well,
once compilers adopt the new standard.

Signed-off-by: Ralph Seichter <github@seichter.de>
Amended-by: db s/keyword/header/ in commit message.
Makefile.global
Makefile.local
bindings/python-cffi/setup.py
bindings/python-cffi/version [deleted file]
bindings/python-cffi/version.txt [new file with mode: 0644]
doc/conf.py
version [deleted file]
version.txt [new file with mode: 0644]