aboutsummaryrefslogtreecommitdiff
path: root/tests/python_dependencies/impacket/version.py
blob: badd4a8a485f9db1e18f916d2f860cd0207e7354 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
# Copyright (c) 2003-2016 CORE Security Technologies
#
# This software is provided under under a slightly modified version
# of the Apache Software License. See the accompanying LICENSE file
# for more information.
#

VER_MAJOR = "0"
VER_MINOR = "9.15"

BANNER = "Impacket v%s.%s - Copyright 2002-2016 Core Security Technologies\n" % (VER_MAJOR,VER_MINOR)