aboutsummaryrefslogtreecommitdiff
path: root/src/util/VERSION
diff options
context:
space:
mode:
authoreschnett <eschnett@83718e91-0e4f-0410-abf4-91180603181f>2010-08-06 21:45:20 +0000
committereschnett <eschnett@83718e91-0e4f-0410-abf4-91180603181f>2010-08-06 21:45:20 +0000
commitce20f4b59e5d8edbb41380e2405e21b271a60b1b (patch)
tree846d4f5c105a912dc0ca9690e592362cc8360f41 /src/util/VERSION
parentc36bf320da429160ff61f2772f1a3fc0ddb7fc58 (diff)
Correct error in autogeneration of tarballs.
Not all files were compiled, leading to zero-length tarballs when output. git-svn-id: http://svn.cactuscode.org/arrangements/CactusUtils/Formaline/trunk@189 83718e91-0e4f-0410-abf4-91180603181f
Diffstat (limited to 'src/util/VERSION')
-rw-r--r--src/util/VERSION1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/util/VERSION b/src/util/VERSION
index d23d03d..bdcaa7f 100644
--- a/src/util/VERSION
+++ b/src/util/VERSION
@@ -4,3 +4,4 @@ Thus, whenever this file changes, all auto-generated files are recreated.
2005-08-22: Change layout of struct sourceinfo
2010-06-23: Move thorn to a new arrangement
+2010-08-06: Correct severe error in autogeneration