diff options
author | Daniel Kahn Gillmor <dkg@fifthhorseman.net> | 2009-02-21 18:06:45 -0500 |
---|---|---|
committer | Daniel Kahn Gillmor <dkg@fifthhorseman.net> | 2009-02-21 18:06:45 -0500 |
commit | adec130f20e374ae0d8f615f45916e27771a0278 (patch) | |
tree | 02b5d647732fef417a073342513a156ee867e9d9 /src/share | |
parent | bc5cda454a46140ce49f9ee4526d5c6d11db20fa (diff) |
fixing stupid internal version number synchronization.
Diffstat (limited to 'src/share')
-rw-r--r-- | src/share/common | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/share/common b/src/share/common index 5e0cb6a..a21d803 100644 --- a/src/share/common +++ b/src/share/common @@ -21,7 +21,7 @@ SYSCONFIGDIR=${MONKEYSPHERE_SYSCONFIGDIR:-"/etc/monkeysphere"} export SYSCONFIGDIR # monkeysphere version -VERSION=0.23~pre +VERSION=0.23 # default log level LOG_LEVEL="INFO" |