Package: braa / 0.82-4

fix_release_numbering.patch Patch series | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
Description: Display the correct release number in the "braa -h" output.
Author: Marcos Fouces <marcos.fouces@gmail.com>

---
This patch header follows DEP-3: https://dep.debian.net/deps/dep3/

--- a/braa.c
+++ b/braa.c
@@ -21,7 +21,7 @@
 
 void help(void)
 {
-	printf("braa 0.81 - Mateusz 'mteg' Golicz <mtg@elsat.net.pl>, 2003 - 2006\n");
+	printf("braa 0.82 - Mateusz 'mteg' Golicz <mtg@elsat.net.pl>, 2003 - 2006\n");
 	printf("usage: braa [options] [query1] [query2] ...\n");
 	printf("  -h        Show this help.\n");
 	printf("  -2        Claim to be a SNMP2C agent.\n");