From a2795b63dd02ecddd8a0109dcc1b64108f68eace Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Frings-F=C3=BCrst?= Date: Mon, 29 Sep 2014 22:20:31 +0200 Subject: Imported Upstream version 2.3.4 --- bin/restore.sh | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) (limited to 'bin/restore.sh') diff --git a/bin/restore.sh b/bin/restore.sh index 043f7ec..12a5026 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.3.3 +# Simple hack script to restore __revision__, __COPYRIGHT_, 2.3.4 # 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 <