From 5c2e3e0a94c5afbde028c9c80514215b620f174f Mon Sep 17 00:00:00 2001 From: Kess Plasmeier Date: Wed, 12 Feb 2025 09:50:42 -0800 Subject: [PATCH] chore: add patch version to docs project number --- doxygen/doxygen.config.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doxygen/doxygen.config.in b/doxygen/doxygen.config.in index 077f4fb4d..8c130fa6f 100644 --- a/doxygen/doxygen.config.in +++ b/doxygen/doxygen.config.in @@ -38,7 +38,7 @@ PROJECT_NAME = "AWS Encryption SDK for C" # could be handy for archiving the generated documentation or if some version # control system is used. -PROJECT_NUMBER = v$(MAJOR).$(MINOR) +PROJECT_NUMBER = v$(MAJOR).$(MINOR).$(PATCH) # Using the PROJECT_BRIEF tag one can provide an optional one line description # for a project that appears at the top of each page and should give viewer a