summary refs log tree commit diff stats
path: root/ranger
diff options
context:
space:
mode:
authornfnty <git@nfnty.se>2017-02-10 19:14:08 +0100
committernfnty <git@nfnty.se>2017-02-10 19:14:08 +0100
commitf4997956f90474ed506612680053f2f8b35cc021 (patch)
tree8ece05b965947a284dd6acdcaaf93215787d1d05 /ranger
parent397106b6d5ed645be07d4dec231a01e05278ac54 (diff)
downloadranger-f4997956f90474ed506612680053f2f8b35cc021.tar.gz
Beta release 1.9.0b2 v1.9.0b2
Diffstat (limited to 'ranger')
-rw-r--r--ranger/__init__.py4
-rwxr-xr-xranger/ext/rifle.py2
2 files changed, 3 insertions, 3 deletions
diff --git a/ranger/__init__.py b/ranger/__init__.py
index 5ea9fb47..54dc0d7a 100644
--- a/ranger/__init__.py
+++ b/ranger/__init__.py
@@ -14,7 +14,7 @@ import os
 
 # Information
 __license__ = 'GPL3'
-__version__ = '1.9.0b1'
+__version__ = '1.9.0b2'
 __author__ = __maintainer__ = 'Roman Zimbelmann'
 __email__ = 'hut@hut.pm'
 
@@ -27,7 +27,7 @@ MACRO_DELIMITER = '%'
 MACRO_DELIMITER_ESC = '%%'
 DEFAULT_PAGER = 'less'
 USAGE = '%prog [options] [path]'
-VERSION = 'ranger-master {0}'.format(__version__)
+VERSION = 'ranger-beta {0}'.format(__version__)
 
 
 # These variables are ignored if the corresponding
diff --git a/ranger/ext/rifle.py b/ranger/ext/rifle.py
index 6d86ace4..d1a5371b 100755
--- a/ranger/ext/rifle.py
+++ b/ranger/ext/rifle.py
@@ -21,7 +21,7 @@ import re
 from subprocess import Popen, PIPE
 import sys
 
-__version__ = 'rifle 1.9.0b1'
+__version__ = 'rifle 1.9.0b2'
 
 # Options and constants that a user might want to change:
 DEFAULT_PAGER = 'less'