1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16
|
Description: Fix the project version
Author: Dominique Belhachemi <domibel@debian.org>
Forwarded: yes
Last-Update: 2025-09-26
--- bamtools-2.5.3+dfsg.orig/docs/Doxyfile
+++ bamtools-2.5.3+dfsg/docs/Doxyfile
@@ -31,7 +31,7 @@ PROJECT_NAME = BamTools
# This could be handy for archiving the generated documentation or
# if some version control system is used.
-PROJECT_NUMBER = 2.5.2
+PROJECT_NUMBER = 2.5.3
# The OUTPUT_DIRECTORY tag is used to specify the (relative or absolute)
# base path where the generated documentation will be put.
|