diff --git a/bldpdb.py b/bldpdb.py index dc15429..498be85 100755 --- a/bldpdb.py +++ b/bldpdb.py @@ -1,5 +1,5 @@ #!/usr/local/bin/python -# $Id: bldpdb.py,v 1.1 2012/06/09 03:39:16 tundra Exp $ +# $Id: bldpdb.py,v 1.100 2012/06/09 03:39:17 tundra Exp $ # Final Production Version diff --git a/bldpdb1.py b/bldpdb1.py index ddd8b32..00e576c 100755 --- a/bldpdb1.py +++ b/bldpdb1.py @@ -1,5 +1,5 @@ #!/usr/local/bin/python -# $Id: bldpdb1.py,v 1.1 2012/06/09 03:39:16 tundra Exp $ +# $Id: bldpdb1.py,v 1.100 2012/06/09 03:39:17 tundra Exp $ # This version opens each ZIP file individually to extract the comment # and places the result in a tmpfile which is used for later formatted output. diff --git a/bldpdb2.py b/bldpdb2.py index b86f1dd..5fb1655 100755 --- a/bldpdb2.py +++ b/bldpdb2.py @@ -1,5 +1,5 @@ #!/usr/local/bin/python -# $Id: bldpdb2.py,v 1.1 2012/06/09 03:39:16 tundra Exp $ +# $Id: bldpdb2.py,v 1.100 2012/06/09 03:39:17 tundra Exp $ # This version opens up all the ZIP files in a given directory at once # and extracts their comments into a tmpfile for later formatted output. diff --git a/bldpdb3.py b/bldpdb3.py index 851daaf..102f5fa 100755 --- a/bldpdb3.py +++ b/bldpdb3.py @@ -1,5 +1,5 @@ #!/usr/local/bin/python -# $Id: bldpdb3.py,v 1.1 2012/06/09 03:39:16 tundra Exp $ +# $Id: bldpdb3.py,v 1.100 2012/06/09 03:39:17 tundra Exp $ # This version opens up all the ZIP files in a given directory at once # and extracts their comments using a pipe instead of a tempfile. diff --git a/bldpdb4.py b/bldpdb4.py index a73dfbe..8176fbd 100755 --- a/bldpdb4.py +++ b/bldpdb4.py @@ -1,5 +1,5 @@ #!/usr/local/bin/python -# $Id: bldpdb4.py,v 1.1 2012/06/09 03:39:16 tundra Exp $ +# $Id: bldpdb4.py,v 1.100 2012/06/09 03:39:17 tundra Exp $ # This version opens up all the ZIP files in a given directory at once # and extracts their comments using a pipe instead of a tempfile.