summaryrefslogtreecommitdiff
path: root/src/common
diff options
context:
space:
mode:
authorJameson Graef Rollins <jrollins@finestructure.net>2008-12-28 17:09:44 -0500
committerJameson Graef Rollins <jrollins@finestructure.net>2008-12-28 17:09:44 -0500
commit8e582f8c7cabe19275bc71d6093c9d07bf38b3f9 (patch)
tree1e1c30a31e2f825d89da60cfc9e153a833480b1e /src/common
parent4b5f62d5cdb596ce85539766ae3ff491b1b14b46 (diff)
added version output option
Diffstat (limited to 'src/common')
-rw-r--r--src/common3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/common b/src/common
index f6000d3..eb3a083 100644
--- a/src/common
+++ b/src/common
@@ -19,6 +19,9 @@
SYSCONFIGDIR=${MONKEYSPHERE_SYSCONFIGDIR:-"/etc/monkeysphere"}
export SYSCONFIGDIR
+# monkeysphere version
+VERSION=__VERSION__
+
########################################################################
### UTILITY FUNCTIONS