summaryrefslogtreecommitdiff
path: root/pygments/cmdline.py
diff options
context:
space:
mode:
authorMarc 'BlackJack' Rintsch <marc@rintsch.de>2012-10-08 14:44:21 +0200
committerMarc 'BlackJack' Rintsch <marc@rintsch.de>2012-10-08 14:44:21 +0200
commit2867cf9479652aebd216e0c081e14bdc9aa4897b (patch)
treee604989bcd4cefaa987fc290cc1fc643e88de81a /pygments/cmdline.py
parenta3d52a8d57ea219fc56d1bb70eace7e72a56498e (diff)
parent520215091a7b8e4dad1da581b76d10e1d8faf67c (diff)
downloadpygments-2867cf9479652aebd216e0c081e14bdc9aa4897b.tar.gz
Merge main development.
Diffstat (limited to 'pygments/cmdline.py')
-rw-r--r--pygments/cmdline.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/pygments/cmdline.py b/pygments/cmdline.py
index e5b9b9b2..1f14cf5d 100644
--- a/pygments/cmdline.py
+++ b/pygments/cmdline.py
@@ -219,7 +219,7 @@ def main(args=sys.argv):
return 0
if opts.pop('-V', None) is not None:
- print 'Pygments version %s, (c) 2006-2011 by Georg Brandl.' % __version__
+ print 'Pygments version %s, (c) 2006-2012 by Georg Brandl.' % __version__
return 0
# handle ``pygmentize -L``