Skip to content

Commit

Permalink
Merge pull request #654 from Lastique/patch-1
Browse files Browse the repository at this point in the history
Fix library version in Doxygen docs
  • Loading branch information
pabuhler authored Sep 11, 2023
2 parents 00a7f9b + 8690d0a commit f53df50
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 f53df50

Please sign in to comment.