aboutsummaryrefslogtreecommitdiff
path: root/chaos/src/main.cpp
diff options
context:
space:
mode:
authorTim Blechmann <timblech@users.sourceforge.net>2005-02-12 08:58:21 +0000
committerIOhannes m zmölnig <zmoelnig@iem.at>2015-10-14 15:11:58 +0200
commit2393d5bab1917825e806871d9050ca54dc3041f3 (patch)
tree89e42053eea65dcd8ca8e050806d9cff3f3570bf /chaos/src/main.cpp
parentbee409f85b7facc33e9e2b9fb7920edb7c3520bd (diff)
stability improvement and others
svn path=/trunk/externals/tb/; revision=2568
Diffstat (limited to 'chaos/src/main.cpp')
-rw-r--r--chaos/src/main.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/chaos/src/main.cpp b/chaos/src/main.cpp
index dcb7ea8..c78a7b5 100644
--- a/chaos/src/main.cpp
+++ b/chaos/src/main.cpp
@@ -23,7 +23,8 @@
void chaos_library_setup()
{
- post("chaos~ version "PACKAGE_VERSION"\n");
+ post("chaos~ version "PACKAGE_VERSION", compiled on "__DATE__" \n");
+
CHAOS_ADD(bernoulli);
CHAOS_ADD(bungalow_tent);