summaryrefslogtreecommitdiffstats
path: root/bin/q
diff options
context:
space:
mode:
Diffstat (limited to 'bin/q')
-rwxr-xr-xbin/q4
1 files changed, 2 insertions, 2 deletions
diff --git a/bin/q b/bin/q
index 82d8c10..bd3175f 100755
--- a/bin/q
+++ b/bin/q
@@ -27,7 +27,7 @@
#
# Run with --help for command line details
#
-q_version = "1.6.0"
+q_version = "1.6.3"
__all__ = [ 'QTextAsData' ]
@@ -997,7 +997,7 @@ def determine_max_col_lengths(m,output_field_quoting_func,output_delimiter):
def print_credentials():
print >>sys.stderr,"q version %s" % q_version
- print >>sys.stderr,"Copyright (C) 2012-2014 Harel Ben-Attia (harelba@gmail.com, @harelba on twitter)"
+ print >>sys.stderr,"Copyright (C) 2012-2017 Harel Ben-Attia (harelba@gmail.com, @harelba on twitter)"
print >>sys.stderr,"http://harelba.github.io/q/"
print >>sys.stderr