diff options
author | hut <hut@lavabit.com> | 2013-05-24 20:45:13 +0200 |
---|---|---|
committer | hut <hut@lavabit.com> | 2013-05-24 20:45:13 +0200 |
commit | 1419d7e7a842f95b074bae1de6292b09f2e492fd (patch) | |
tree | e0971f772d9c7a30326fe2d0b3cf73d4304d59a2 /ranger | |
parent | bd8ca128ac81c0fca1490136e50038bfa2cf2a0e (diff) | |
download | ranger-1419d7e7a842f95b074bae1de6292b09f2e492fd.tar.gz |
RANGER! RANGER! HIGH VOLTAGE! v1.6.1
Diffstat (limited to 'ranger')
-rw-r--r-- | ranger/__init__.py | 4 | ||||
-rwxr-xr-x | ranger/ext/rifle.py | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/ranger/__init__.py b/ranger/__init__.py index 5dc1c433..f6370efb 100644 --- a/ranger/__init__.py +++ b/ranger/__init__.py @@ -13,7 +13,7 @@ import os # Information __license__ = 'GPL3' -__version__ = '1.6.0' +__version__ = '1.6.1' __author__ = __maintainer__ = 'Roman Zimbelmann' __email__ = 'hut@lavabit.com' @@ -26,7 +26,7 @@ MACRO_DELIMITER = '%' DEFAULT_PAGER = 'less' LOGFILE = '/tmp/ranger_errorlog' USAGE = '%prog [options] [path]' -VERSION = 'ranger-master %s\n\nPython %s' % (__version__, sys.version) +VERSION = 'ranger-stable %s\n\nPython %s' % (__version__, sys.version) # If the environment variable XDG_CONFIG_HOME is non-empty, CONFDIR is ignored # and the configuration directory will be $XDG_CONFIG_HOME/ranger instead. diff --git a/ranger/ext/rifle.py b/ranger/ext/rifle.py index 61961c16..054491ac 100755 --- a/ranger/ext/rifle.py +++ b/ranger/ext/rifle.py @@ -19,7 +19,7 @@ import re from subprocess import Popen, PIPE import sys -__version__ = 'rifle 1.6.0' +__version__ = 'rifle 1.6.1' # Options and constants that a user might want to change: DEFAULT_PAGER = 'less' |