removed "version" script

This commit is contained in:
John Wiegley 2004-08-24 05:01:33 -04:00
parent c0f48bc783
commit a7506a66dc

View file

@ -1,5 +0,0 @@
#!/bin/sh
cat ledger.cc | \
grep "^const std::string version" | \
sed 's/const std::string version = "\([0-9.A-Za-z]*\)";/\1/'