about summary refs log tree commit diff stats
path: root/ranger/__init__.py
diff options
context:
space:
mode:
authorhut <hut@lavabit.com>2013-02-24 15:42:02 +0100
committerhut <hut@lavabit.com>2013-02-24 15:42:02 +0100
commitf29cf296420c257a55faaf485e3ef71f83ce6613 (patch)
treea480cdde2778a0447208779876244b39842c9c29 /ranger/__init__.py
parentb36c04794424944e0a87bc6f7df47f760a96e683 (diff)
downloadranger-f29cf296420c257a55faaf485e3ef71f83ce6613.tar.gz
Change name back to "ranger-master" in --version output
Diffstat (limited to 'ranger/__init__.py')
-rw-r--r--ranger/__init__.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/ranger/__init__.py b/ranger/__init__.py
index 2a6f9696..5dc1c433 100644
--- a/ranger/__init__.py
+++ b/ranger/__init__.py
@@ -26,7 +26,7 @@ MACRO_DELIMITER = '%'
 DEFAULT_PAGER = 'less'
 LOGFILE = '/tmp/ranger_errorlog'
 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.