summaryrefslogtreecommitdiff
path: root/tools/yacc.py
diff options
context:
space:
mode:
authorAnders Broman <anders.broman@ericsson.com>2013-03-09 10:10:32 +0000
committerAnders Broman <anders.broman@ericsson.com>2013-03-09 10:10:32 +0000
commit0685f1d5e1fc92e504da603f71c7187e29c31a4e (patch)
tree540d3045b40d73bfa394c74577cdf200907ea4b6 /tools/yacc.py
parent97c4bc6292114eb68b788c88dc42eb3c16858fa5 (diff)
downloadwireshark-0685f1d5e1fc92e504da603f71c7187e29c31a4e.tar.gz
Update lex and yacc
svn path=/trunk/; revision=48213
Diffstat (limited to 'tools/yacc.py')
-rwxr-xr-xtools/yacc.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/yacc.py b/tools/yacc.py
index e9f5c65755..f70439ea5e 100755
--- a/tools/yacc.py
+++ b/tools/yacc.py
@@ -1,7 +1,7 @@
# -----------------------------------------------------------------------------
# ply: yacc.py
#
-# Copyright (C) 2001-2009,
+# Copyright (C) 2001-2011,
# David M. Beazley (Dabeaz LLC)
# All rights reserved.
#
@@ -59,7 +59,7 @@
# own risk!
# ----------------------------------------------------------------------------
-__version__ = "3.3"
+__version__ = "3.4"
__tabversion__ = "3.2" # Table version
#-----------------------------------------------------------------------------