1
0
mirror of https://github.com/wting/autojump synced 2025-06-13 12:54:07 +00:00

switch to semantic versioning

This commit is contained in:
William Ting 2012-06-16 13:52:43 -10:00
parent e62e720765
commit 6962da3fa2

View File

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