aboutsummaryrefslogtreecommitdiffstats
path: root/tools/make-dissector-reg.py
diff options
context:
space:
mode:
authorJoerg Mayer <jmayer@loplof.de>2016-10-17 21:04:37 +0200
committerJörg Mayer <jmayer@loplof.de>2016-10-17 19:09:45 +0000
commit7b73a04116b3037131081bc8167fd2002651294b (patch)
tree997d69268d9e9a5804054f7b24ff24cdff2caac0 /tools/make-dissector-reg.py
parent47649d1c7fb6ba48b805e19268a711404eb6908b (diff)
$Id$ is useless with git - treat it exaclty like this
Change-Id: I607ce7ded40864c1b4dcc0a2d577a65923af4225 Reviewed-on: https://code.wireshark.org/review/18248 Reviewed-by: Jörg Mayer <jmayer@loplof.de>
Diffstat (limited to 'tools/make-dissector-reg.py')
-rwxr-xr-xtools/make-dissector-reg.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/make-dissector-reg.py b/tools/make-dissector-reg.py
index 38efc15976..28fd09d988 100755
--- a/tools/make-dissector-reg.py
+++ b/tools/make-dissector-reg.py
@@ -17,7 +17,7 @@ import hashlib
from stat import *
VERSION_KEY = '_VERSION'
-CUR_VERSION = '$Id$'
+CUR_VERSION = 'this_is_useless_with_git'
#
# The first argument is the directory in which the source files live.