]> git.ipfire.org Git - thirdparty/suricata.git/commitdiff
suricata: fix list keywords URL in release mode
authorEric Leblond <eric@regit.org>
Mon, 18 Feb 2019 13:27:18 +0000 (14:27 +0100)
committerVictor Julien <victor@inliniac.net>
Sun, 24 Feb 2019 19:00:55 +0000 (20:00 +0100)
The tags are suricata-X.X.X so we need to update the chain to get
URLs right.

src/suricata.h

index e1cf5a1043f1a0735365c456c5b3177d9a95ff10..7e11c008551d4abec84b7d86137c79204134823f 100644 (file)
@@ -86,7 +86,7 @@
 #define DOC_URL "https://suricata.readthedocs.io/en/"
 
 #if defined RELEASE
-#define DOC_VERSION PROG_VER
+#define DOC_VERSION "suricata-" PROG_VER
 #else
 #define DOC_VERSION "latest"
 #endif