1
0
Fork 0
libnetconf2/distro/tests/test-pkg-config.sh
Daniel Baumann bf988a2857
Adding upstream version 3.5.5.
Signed-off-by: Daniel Baumann <daniel@debian.org>
2025-02-18 11:33:23 +01:00

5 lines
104 B
Bash
Executable file

#!/bin/bash
set -ex
version=`pkg-config --modversion libnetconf2`
echo "$version" | grep '2\.[0-9.]\+'