summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHarel Ben-Attia <harelba@gmail.com>2018-10-15 23:34:21 +0300
committerHarel Ben-Attia <harelba@gmail.com>2018-10-15 23:34:37 +0300
commit9bee6a2a0e02941b85b774ef994950b9c71bbfed (patch)
treed88252ee6570ba9d66f2ba768c0cd5138f2cf76e
parentfe971439211910948fc3d52d2c520b6ab5dad7a8 (diff)
make shabang python2-explicit until we support python 3 as wellexplicit-python2-shabang
-rwxr-xr-xbin/q6
1 files changed, 3 insertions, 3 deletions
diff --git a/bin/q b/bin/q
index 56963c4..0e3c2df 100755
--- a/bin/q
+++ b/bin/q
@@ -1,6 +1,6 @@
-#!/usr/bin/env python
+#!/usr/bin/env python2
-# Copyright (C) 2012-2014 Harel Ben-Attia
+# Copyright (C) 2012-2018 Harel Ben-Attia
#
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
@@ -27,7 +27,7 @@
#
# Run with --help for command line details
#
-q_version = "1.7.4"
+q_version = "1.8"
__all__ = [ 'QTextAsData' ]