Index: doc/theses/colby_parsons_MMAth/Makefile
===================================================================
--- doc/theses/colby_parsons_MMAth/Makefile	(revision e9fffb107a898777e73ba628ff4a5a961d99b6e6)
+++ doc/theses/colby_parsons_MMAth/Makefile	(revision 8607a7295fe8e511720273ecf2e48478ad9f7616)
@@ -106,5 +106,4 @@
 	# Make index from *.aux entries and input index at end of document
 	makeglossaries -q -s ${Build}/${basename $@}.ist ${Build}/${basename $@}
-	-version.sh
 	# Run again to finish citations
 	${LaTeX} ${basename $@}.tex
Index: doc/theses/colby_parsons_MMAth/version
===================================================================
--- doc/theses/colby_parsons_MMAth/version	(revision e9fffb107a898777e73ba628ff4a5a961d99b6e6)
+++ 	(revision )
@@ -1,1 +1,0 @@
-0.0.15
Index: doc/theses/colby_parsons_MMAth/version.sh
===================================================================
--- doc/theses/colby_parsons_MMAth/version.sh	(revision e9fffb107a898777e73ba628ff4a5a961d99b6e6)
+++ 	(revision )
@@ -1,6 +1,0 @@
-#!/bin/bash
-if [ ! -f version ]; then
-    echo "0.0.0" > version
-fi
-
-sed -r 's/([0-9]+\.[0-9]+.)([0-9]+)/echo "\1\$((\2+1))" > version/ge' version > /dev/null
