Code

Change the libnetlink function used to query link statistics to match iproute2's...
[collectd.git] / version-gen.sh
index 8662950c77912dcff8d8a0d516dceb4e6b42ac7e..15ff80f03d1ce081902b154853c892737a86c54d 100755 (executable)
@@ -1,6 +1,6 @@
-#!/bin/sh
+#!/usr/bin/env bash
 
-DEFAULT_VERSION="4.9.3.git"
+DEFAULT_VERSION="4.10.7.git"
 
 VERSION="`git describe 2> /dev/null | sed -e 's/^collectd-//'`"