summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorhut <hut@lepus.uberspace.de>2015-04-14 01:54:10 +0200
committerhut <hut@lepus.uberspace.de>2015-04-14 01:54:10 +0200
commitaf3d83c6c45d6d59a30a48360dea81ebe1a61690 (patch)
tree8279cb334161566f78148898f932f8d799a3159f
parent89146651e07830f15b59b5f076d61741747a0bea (diff)
downloadranger-af3d83c6c45d6d59a30a48360dea81ebe1a61690.tar.gz
Change name back to "ranger-master" in --version output
-rw-r--r--ranger/__init__.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/ranger/__init__.py b/ranger/__init__.py
index fa9ba033..1712c83e 100644
--- a/ranger/__init__.py
+++ b/ranger/__init__.py
@@ -27,7 +27,7 @@ DEFAULT_PAGER = 'less'
 LOGFILE = '/tmp/ranger_errorlog'
 CACHEDIR = os.path.expanduser("~/.cache/ranger")
 USAGE = '%prog [options] [path]'
-VERSION = 'ranger-stable %s\n\nPython %s' % (__version__, sys.version)
+VERSION = 'ranger-master %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.