Use single place to define the version and increase version to 3.17.0 (#932)
authorBernd Schubert <bschubert@ddn.com>
Mon, 22 Apr 2024 10:05:39 +0000 (12:05 +0200)
committerGitHub <noreply@github.com>
Mon, 22 Apr 2024 10:05:39 +0000 (12:05 +0200)
commit80663a79360a79d976ebf1fddb8fdff19139851f
tree1091b6d603167fc2e242bd2f54731c948f50c130
parenta8f1ae35af664bfaff0ce57be4f81b4e0f20cb10
 Use single place to define the version and increase version to 3.17.0 (#932)

* Use single place to define the version

Defining the version in fuse_common.h, is removed, it is defined
through meson and provided by "libfuse_config.h". I.e. it avoids
to define the version twice - once in meson and once in
fuse_common.h.

Ideal would be to set integers in the meson file and create the version
string from these integers. However, meson requires that "project"
is the first meson.build keyword - with that it requires to
set the version from a string and then major/minor/hotfix integers
are created from string split.

Signed-off-by: Bernd Schubert <bernd.schubert@fastmail.fm>
* Increase the version to 3.17.0

This is to prepare the branch for the next release.

Signed-off-by: Bernd Schubert <bernd.schubert@fastmail.fm>
---------

Signed-off-by: Bernd Schubert <bernd.schubert@fastmail.fm>
include/fuse_common.h
meson.build