diff options
author | Karl Berry <karl@freefriends.org> | 2014-03-12 22:37:31 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2014-03-12 22:37:31 +0000 |
commit | bbe7a06e1701b00caa23f4b2968b6a12f2347ca0 (patch) | |
tree | 1a4455285509ef62e3faf9a1ac196be10addbd58 /Master/texmf-dist/scripts/lilyglyphs | |
parent | bc14253e2a578d15f9bd8cc09b195552f102deb1 (diff) |
lilyglyphs (12mar14)
git-svn-id: svn://tug.org/texlive/trunk@33164 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/scripts/lilyglyphs')
-rwxr-xr-x | Master/texmf-dist/scripts/lilyglyphs/lilyglyphs_common.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Master/texmf-dist/scripts/lilyglyphs/lilyglyphs_common.py b/Master/texmf-dist/scripts/lilyglyphs/lilyglyphs_common.py index 8e5d00b90fd..92a2c023c99 100755 --- a/Master/texmf-dist/scripts/lilyglyphs/lilyglyphs_common.py +++ b/Master/texmf-dist/scripts/lilyglyphs/lilyglyphs_common.py @@ -46,7 +46,7 @@ import os, sys, datetime, subprocess, argparse # Global variables definitions_file = [] -version_string = '0.2.1' +version_string = '0.2.2' # ###################### # Common CL arguments |