configure
make dist

ver=$(head -1 NEWS)
ver=${ver#v}
echo "creating ${ver} release"

echo "use the web UI to upload tarball"

svn copy -m "tag at ${ver}" svn+ssh://nneul@svn.code.sf.net/p/cracklib/code/trunk/cracklib svn+ssh://nneul@svn.code.sf.net/p/cracklib/code/tags/cracklib-${ver}
