1
0
mirror of https://github.com/wting/autojump synced 2024-10-27 20:34:07 +00:00

version numbering

This commit is contained in:
Joël Schaerer 2011-12-11 13:17:03 +01:00
parent e5a9008aa8
commit db4ad6f049

View File

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