#!/bin/sh

ver=$(git describe --always --dirty --match 'v*'); echo "e2fsprogs	$ver ($(git log -1 --pretty=%cD))"

