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

switch to semantic versioning

This commit is contained in:
William Ting 2012-06-16 13:51:26 -10:00
parent 7123e23706
commit 81beaac8ef

View File

@ -29,7 +29,7 @@ import shutil
import sys
from tempfile import NamedTemporaryFile
VERSION = 'release-v20-6'
VERSION = 'release-v20.6'
MAX_KEYWEIGHT = 1000
MAX_STORED_PATHS = 1000
COMPLETION_SEPARATOR = '__'