summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/lshort-russian/fixdate.pl
blob: eec297f9e7152e5494b6c9f6e765d8949d057436 (plain)
1
2
3
4
5
6
chomp ($d = `date +"%d %B, %Y"`);
$v = pop @ARGV;
while (<>) {
 s/^Version.+/Version~$v, $d/;
 print;
}