From 4c7fed99e5554ba71d62987c0ec5f1302011b122 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Frings-F=C3=BCrst?= Date: Fri, 4 Nov 2016 08:46:46 +0100 Subject: New upstream version 2.5.1+repack --- bin/import-test.py | 2 +- bin/linecount.py | 2 +- bin/restore.sh | 20 ++++++++++---------- bin/update-release-info.py | 2 +- 4 files changed, 13 insertions(+), 13 deletions(-) (limited to 'bin') diff --git a/bin/import-test.py b/bin/import-test.py index 6182afc..eb93828 100644 --- a/bin/import-test.py +++ b/bin/import-test.py @@ -25,7 +25,7 @@ # """ triple-quotes will need to have their contents edited by hand. # -__revision__ = "bin/import-test.py rel_2.5.0:3543:937e55cd78f7 2016/04/09 11:29:54 bdbaddog" +__revision__ = "bin/import-test.py rel_2.5.1:3735:9dc6cee5c168 2016/11/03 14:02:02 bdbaddog" import os.path import sys diff --git a/bin/linecount.py b/bin/linecount.py index 64cd855..147089a 100644 --- a/bin/linecount.py +++ b/bin/linecount.py @@ -23,7 +23,7 @@ # interesting one for most purposes. from __future__ import division -__revision__ = "bin/linecount.py rel_2.5.0:3543:937e55cd78f7 2016/04/09 11:29:54 bdbaddog" +__revision__ = "bin/linecount.py rel_2.5.1:3735:9dc6cee5c168 2016/11/03 14:02:02 bdbaddog" import os.path diff --git a/bin/restore.sh b/bin/restore.sh index 9ec0e1e..4b96852 100644 --- a/bin/restore.sh +++ b/bin/restore.sh @@ -1,6 +1,6 @@ #!/usr/bin/env sh # -# Simple hack script to restore __revision__, __COPYRIGHT_, 2.5.0 +# Simple hack script to restore __revision__, __COPYRIGHT_, 2.5.1 # and other similar variables to what gets checked in to source. This # comes in handy when people send in diffs based on the released source. # @@ -24,7 +24,7 @@ for i in `find $DIRS -name '*.py'`; do ed $i <