File: doxyfile_version.patch

package info (click to toggle)
bamtools 2.5.3%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 1,652 kB
  • sloc: cpp: 19,103; ansic: 39; makefile: 31; sh: 27
file content (16 lines) | stat: -rw-r--r-- 576 bytes parent folder | download
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.