* configure.ac: Bump version, append hg revision.
[cacao.git] / src / threads / threadlist.cpp
index 70ad276835fb61cb07e10f95bf53e122172faa53..ce055a083e15ff9f2dddd9b19a89472cdd1aff60 100644 (file)
@@ -64,7 +64,7 @@ void ThreadList::dump_threads()
        // Lock the thread lists.
        lock();
 
-       printf("Full thread dump CACAO "VERSION":\n");
+       printf("Full thread dump CACAO "VERSION_FULL":\n");
 
        // Iterate over all started threads.
        threadobject* self = THREADOBJECT;