#! /bin/sh

sed '/^\\history{/!d; s/^[^}]*//; s/^}{//; s/}{/ /; s/}//; s/[ ]*patch[ ]*/./; s/[ ].*//' History.tex | tail -1 > version.tcl

exit 0
