diff options
author | Georg Brandl <georg@python.org> | 2012-08-19 10:36:12 +0200 |
---|---|---|
committer | Georg Brandl <georg@python.org> | 2012-08-19 10:36:12 +0200 |
commit | e2ea98f0f72ca05e55b234b2a6dd548692818ac2 (patch) | |
tree | b3e51a00210275323e476076774c67368ef4e0c3 /pygments/cmdline.py | |
parent | 482c01a74637adc39d0b70dba6b826d8bf87bcb1 (diff) | |
download | pygments-e2ea98f0f72ca05e55b234b2a6dd548692818ac2.tar.gz |
Happy new year.
Diffstat (limited to 'pygments/cmdline.py')
-rw-r--r-- | pygments/cmdline.py | 2 |
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`` |