diff --git a/Makefile b/Makefile index 0ec3d25..72b85f3 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ # FreeBSD Ports Makefile For 'appendall' -# $Id: Makefile,v 1.1 2014/11/21 20:30:26 tundra Exp $ +# $Id: Makefile,v 1.100 2014/11/21 20:30:27 tundra Exp $ all: # Just need to create the compiled image @python -OOOO -c"import py_compile;py_compile.compile('appendall.py')" diff --git a/appendall-license.txt b/appendall-license.txt index 6234331..92b0380 100644 --- a/appendall-license.txt +++ b/appendall-license.txt @@ -1,4 +1,4 @@ -$Id: appendall-license.txt,v 1.1 2014/11/21 20:30:26 tundra Exp $ +$Id: appendall-license.txt,v 1.100 2014/11/21 20:30:27 tundra Exp $ In order to use, study, modify, or copy 'appendall', you must read and agree to all the licensing terms below. If you do not agree with diff --git a/appendall.py b/appendall.py index 2c5b55a..293abfe 100755 --- a/appendall.py +++ b/appendall.py @@ -3,11 +3,11 @@ # Copyright (c) 2014 TundraWare Inc., Des Plaines, IL 60018 USA # All Rights Reserved. For Terms Of Use See: appendall-license.txt # For Program Updates See: http://www.tundraware.com/Software/appendall -# $Id: appendall.py,v 1.1 2014/11/21 20:30:26 tundra Exp $ +# $Id: appendall.py,v 1.100 2014/11/21 20:30:27 tundra Exp $ # Embed the source control ID string for use by program -CVSID='$Id: appendall.py,v 1.1 2014/11/21 20:30:26 tundra Exp $' +CVSID='$Id: appendall.py,v 1.100 2014/11/21 20:30:27 tundra Exp $' ##### # Program Information diff --git a/appendall.rst b/appendall.rst index 1addcc1..71bbc96 100644 --- a/appendall.rst +++ b/appendall.rst @@ -62,7 +62,7 @@ :: - $Id: appendall.rst,v 1.1 2014/11/21 20:30:26 tundra Exp $ + $Id: appendall.rst,v 1.100 2014/11/21 20:30:27 tundra Exp $ You can find the latest version of this program at: diff --git a/makefile b/makefile index b9d8438..a181b15 100644 --- a/makefile +++ b/makefile @@ -6,7 +6,7 @@ # # For Program Updates See: http://www.tundraware.com/Software/appendall # -# $Id: makefile,v 1.1 2014/11/21 20:30:26 tundra Exp $ +# $Id: makefile,v 1.100 2014/11/21 20:30:27 tundra Exp $ # Uncomment One Of The Following For Early Releases diff --git a/setup.py b/setup.py index 2830f0a..cb612da 100644 --- a/setup.py +++ b/setup.py @@ -1,5 +1,5 @@ # Install appendall as a Python Module -# $Id: setup.py,v 1.1 2014/11/21 20:30:26 tundra Exp $ +# $Id: setup.py,v 1.100 2014/11/21 20:30:27 tundra Exp $ from distutils.core import setup setup(name="appendall", py_modules=["appendall"])