From f5132bbfad6f531ba37a998e5223a337d4641fd6 Mon Sep 17 00:00:00 2001 From: William Ting Date: Tue, 10 Apr 2012 14:43:06 -1000 Subject: [PATCH] version numbering --- ChangeLog | 8 ++++---- autojump | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/ChangeLog b/ChangeLog index f0abd76..410efa4 100644 --- a/ChangeLog +++ b/ChangeLog @@ -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 diff --git a/autojump b/autojump index 120048e..6a779fe 100755 --- a/autojump +++ b/autojump @@ -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 = '__'