Skip to content

Commit 621fd66

Browse files
committed
Ready to tag a new release
1 parent ff6450f commit 621fd66

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ If you want to run the library test cases you need to do mainly three things:
7171

7272
1. Install and configure a Windows 2012 R2 Domain Controller.
7373
* Be sure the RemoteRegistry service is enabled and running.
74-
2. Configure the [dcetest.cfg](https://github.com/SecureAuthCorp/impacket/blob/impacket_0_9_17/tests/SMB_RPC/dcetests.cfg) file with the necessary information
74+
2. Configure the [dcetest.cfg](https://github.com/SecureAuthCorp/impacket/blob/impacket_0_9_19/tests/SMB_RPC/dcetests.cfg) file with the necessary information
7575
3. Install tox (`pip install tox`)
7676

7777
Once that's done, you can run `tox` and wait for the results. If all goes well, all test cases should pass.

impacket/version.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
#
77

88
VER_MAJOR = "0"
9-
VER_MINOR = "9.19-dev"
9+
VER_MINOR = "9.19"
1010

1111
BANNER = "Impacket v%s.%s - Copyright 2019 SecureAuth Corporation\n" % (VER_MAJOR,VER_MINOR)
1212

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ def read(fname):
1919
return open(os.path.join(os.path.dirname(__file__), fname)).read()
2020

2121
setup(name = PACKAGE_NAME,
22-
version = "0.9.19-dev",
22+
version = "0.9.19",
2323
description = "Network protocols Constructors and Dissectors",
2424
url = "https://www.secureauth.com/labs/open-source-tools/impacket",
2525
author = "SecureAuth Corporation",

0 commit comments

Comments
 (0)