From ea757da84e496bfa08a0f805916addd35ecaa4ac Mon Sep 17 00:00:00 2001 From: Chris Little Date: Sat, 4 Aug 2012 11:18:37 +0000 Subject: git-svn-id: https://www.crosswire.org/svn/sword-tools/trunk@361 07627401-56e2-0310-80f4-f8cd0041bdcd --- modules/python/usfm2osis.py | 2 +- modules/python/usfmtags.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'modules/python') 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 -- cgit