Skip to content

Commit

Permalink
Fix library version in Doxygen docs
Browse files Browse the repository at this point in the history
Replace parsing (nonexistant) VERSION file with the version set by configure script.
  • Loading branch information
Lastique authored Sep 9, 2023
1 parent 00a7f9b commit 8690d0a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/Makefile.in
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 8690d0a

Please sign in to comment.