aboutsummaryrefslogtreecommitdiff
path: root/chaos/src/main.cpp
diff options
context:
space:
mode:
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);