From: "Steven Rostedt (VMware)" <rostedt@xxxxxxxxxxx> Since the development of 1.3 source has diverged from the stable 1.2 path, it still has the old 1.2.1 as the version number. If this is added to a system with 1.2.2 or above, it wont be used, as the symlinks point to the highest version (1.2.2 or above). Set this to 1.3.dev to make it the latest version to be used. Signed-off-by: Steven Rostedt (VMware) <rostedt@xxxxxxxxxxx> --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 395b20745f9d..96d7f5528a56 100644 --- a/Makefile +++ b/Makefile @@ -1,8 +1,8 @@ # SPDX-License-Identifier: LGPL-2.1 # libtracefs version TFS_VERSION = 1 -TFS_PATCHLEVEL = 2 -TFS_EXTRAVERSION = 1 +TFS_PATCHLEVEL = 3 +TFS_EXTRAVERSION = dev TRACEFS_VERSION = $(TFS_VERSION).$(TFS_PATCHLEVEL).$(TFS_EXTRAVERSION) export TFS_VERSION -- 2.30.2