summaryrefslogtreecommitdiff
path: root/bus/main.c
diff options
context:
space:
mode:
authorRalf Habacker <ralf.habacker@freenet.de>2009-12-07 00:49:42 +0100
committerRalf Habacker <ralf.habacker@freenet.de>2009-12-07 00:49:42 +0100
commit492e0ae06a000469ff04ebc567ad7039f7d173e5 (patch)
tree7ea155b959ce6a43ce05a5db0e4b0f7e78f91395 /bus/main.c
parent0c31f849321dd8880900e7ae1a921e570d256606 (diff)
downloaddbus-492e0ae06a000469ff04ebc567ad7039f7d173e5.tar.gz
fixed cmake version macro and string handling
Diffstat (limited to 'bus/main.c')
-rw-r--r--bus/main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/bus/main.c b/bus/main.c
index edb6d95e..45e08f0f 100644
--- a/bus/main.c
+++ b/bus/main.c
@@ -85,7 +85,7 @@ version (void)
"Copyright (C) 2002, 2003 Red Hat, Inc., CodeFactory AB, and others\n"
"This is free software; see the source for copying conditions.\n"
"There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.\n",
- VERSION);
+ DBUS_VERSION_STRING);
exit (0);
}