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:57:40 -10:00
parent f29876b202
commit b510aa6824

View File

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