diff --git a/makefile b/makefile index b81c78a..b973a4d 100644 --- a/makefile +++ b/makefile @@ -133,9 +133,9 @@ @chmod 644 *.gz *.txt fixrev: FORCE - @sed -i "s/^GITID.*/GITID = \'$(shell git log --pretty=format:"%h%x20%an%x20%ad\'" | head -n1)/" ${PROGNAME}.py + @sed -i "s/^GITID.*/GITID = \'$(shell git log --pretty=format:"%h%x20%an%x20%ad"\' | head -n1)/" ${PROGNAME}.py @sed -i "s/^VERSION.*/VERSION = \'${VERSION}'/" ${PROGNAME}.py - @sed -i "s/Id:.*/Id: \'$(shell git log --pretty=format:"%h%x20%an%x20%ad\'" | head -n1)/" ${PROGNAME}.rst + @sed -i "s/Id:.*/Id: \'$(shell git log --pretty=format:"%h%x20%an%x20%ad"\' | head -n1)/" ${PROGNAME}.rst @git add ${PROGNAME}.py ${PROGNAME}.rst release: docs fixrev ${PROGFILES} diff --git a/tsshbatch.py b/tsshbatch.py index 9edea2b..69ba68f 100755 --- a/tsshbatch.py +++ b/tsshbatch.py @@ -14,7 +14,7 @@ # Version Information - Overwritten by makefile during release process ##### -GITID = '4c768d0 tundra Fri Oct 14 14:30:47 2016 -0500' +GITID = 'e9e5472 tundra Fri Oct 14 14:31:30 2016 -0500' VERSION = '1.315' diff --git a/tsshbatch.rst b/tsshbatch.rst index 87dda73..cfc342c 100644 --- a/tsshbatch.rst +++ b/tsshbatch.rst @@ -1449,7 +1449,7 @@ :: - $Id: '4c768d0 tundra Fri Oct 14 14:30:47 2016 -0500' + $Id: 'e9e5472 tundra Fri Oct 14 14:31:30 2016 -0500' This document was produced with ``emacs``, ``RestructuredText``, and ``TeX Live``. diff --git a/version b/version index eaadd00..0f16e51 100644 --- a/version +++ b/version @@ -1 +1 @@ -1.315 +1.316