diff options
-rwxr-xr-x | modules/python/usfm2osis.py | 2 | ||||
-rw-r--r-- | modules/python/usfmtags.py | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/modules/python/usfm2osis.py b/modules/python/usfm2osis.py index 150dd8d..c6315d6 100755 --- a/modules/python/usfm2osis.py +++ b/modules/python/usfm2osis.py @@ -1,7 +1,7 @@ #!/usr/bin/env python # -*- coding: utf-8 -*- -date = '$Date: 2012-03-09 01:23:40 -0800 (Fri, 09 Mar 2012) $' +date = '$Date$' rev = '$Rev: 355 $' USFMversion = '2.35' # http://ubs-icap.org/chm/usfm/2.35/index.html diff --git a/modules/python/usfmtags.py b/modules/python/usfmtags.py index a5c10a9..17cab4a 100644 --- a/modules/python/usfmtags.py +++ b/modules/python/usfmtags.py @@ -1,7 +1,7 @@ #!/usr/bin/env python # -*- coding: utf-8 -*- -date = '$Date: 2012-03-09 01:23:40 -0800 (Fri, 09 Mar 2012) $' +date = '$Date$' rev = '$Rev: 355 $' USFMversion = '2.35' # http://ubs-icap.org/chm/usfm/2.35/index.html |