From 8690d0a159a05c6149d69553d50138625fe18317 Mon Sep 17 00:00:00 2001 From: Andrey Semashev Date: Sat, 9 Sep 2023 15:59:51 +0300 Subject: [PATCH] Fix library version in Doxygen docs Replace parsing (nonexistant) VERSION file with the version set by configure script. --- doc/Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/Makefile.in b/doc/Makefile.in index 523174ab4..4b1ee9f11 100644 --- a/doc/Makefile.in +++ b/doc/Makefile.in @@ -14,7 +14,7 @@ VPATH = @srcdir@ # Determine the version of the library -version = $(shell cat $(top_srcdir)/VERSION) +version = @PACKAGE_VERSION@ .PHONY: libsrtpdoc clean libsrtpdoc: