diff options
author | Jameson Graef Rollins <jrollins@finestructure.net> | 2008-12-28 17:09:44 -0500 |
---|---|---|
committer | Jameson Graef Rollins <jrollins@finestructure.net> | 2008-12-28 17:09:44 -0500 |
commit | 8e582f8c7cabe19275bc71d6093c9d07bf38b3f9 (patch) | |
tree | 1e1c30a31e2f825d89da60cfc9e153a833480b1e /src/common | |
parent | 4b5f62d5cdb596ce85539766ae3ff491b1b14b46 (diff) |
added version output option
Diffstat (limited to 'src/common')
-rw-r--r-- | src/common | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -19,6 +19,9 @@ SYSCONFIGDIR=${MONKEYSPHERE_SYSCONFIGDIR:-"/etc/monkeysphere"} export SYSCONFIGDIR +# monkeysphere version +VERSION=__VERSION__ + ######################################################################## ### UTILITY FUNCTIONS |