From 73b7804977df9690a9add044701280d37bdac381 Mon Sep 17 00:00:00 2001 From: Duke Leto Date: Sat, 14 Dec 2019 08:33:21 -0500 Subject: [PATCH] Update version in gen-manpages.h, which really should be automated --- contrib/devtools/gen-manpages.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contrib/devtools/gen-manpages.sh b/contrib/devtools/gen-manpages.sh index 1b497c398..3dd2434c7 100755 --- a/contrib/devtools/gen-manpages.sh +++ b/contrib/devtools/gen-manpages.sh @@ -11,7 +11,7 @@ KOMODOTX=${KOMODOTX:-$SRCDIR/komodo-tx} [ ! -x $KOMODOD ] && echo "$KOMODOD not found or not executable." && exit 1 # The autodetected version git tag can screw up manpage output a little bit -KMDVER="v3.2.2" +KMDVER="v3.3.0" # Create a footer file with copyright content. # This gets autodetected fine for komodod if --version-string is not set,