From 5b8411277e44e92eea3b8e9469af003415c02a6f Mon Sep 17 00:00:00 2001 From: Jens Lorenz Date: Mon, 12 Feb 2018 17:45:56 +0100 Subject: CMake: Implement VCS agnostic versioning Versioning should not strictly depend on Version Control System (e.g. git). Best approach is to have a dedicated VERSION file exposing with format ... Target is that maintainer will manually release the version once patches/fixes are merged e.g. to a stabilization branch. In order to have an OEM specific meta information exposed with the version information EXTRAVERSIONINFO can be specified by CMAKE flag. Signed-off-by: Guerra Mattia --- VERSION | 1 + 1 file changed, 1 insertion(+) create mode 100644 VERSION (limited to 'VERSION') diff --git a/VERSION b/VERSION new file mode 100644 index 0000000..9e707b9 --- /dev/null +++ b/VERSION @@ -0,0 +1 @@ +7.6.6 \ No newline at end of file -- cgit v1.2.1