version numbering

pull/119/head
William Ting 12 years ago
parent cd126da416
commit f5132bbfad

@ -10,10 +10,10 @@
and usage scenarios.
- Installation scripts now act dependent on current
environmental settings.
If run as root, will do a global install. Installation script also
detects which version to install (bash or zsh) dependent on $SHELL.
Both of these behaviors can be overrode using --local/--global or
--bash/--zsh arguments.
If run as root, will do a global install. Installation script also
detects which version to install (bash or zsh) dependent on $SHELL.
Both of these behaviors can be overrode using --local/--global or
--bash/--zsh arguments.
- Uninstallation script added, will remove both global and local
installations but ignores database.
- Symlinks can be preserved as database entries, refer to man page for

@ -28,7 +28,7 @@ from operator import itemgetter
import os
import shutil
AUTOJUMP_VERSION = "release-v19"
AUTOJUMP_VERSION = "release-v20"
MAX_KEYWEIGHT = 1000
MAX_STORED_PATHS = 600
COMPLETION_SEPARATOR = '__'

Loading…
Cancel
Save