Skip to content

Commit

Permalink
updated version numbers
Browse files Browse the repository at this point in the history
  • Loading branch information
moxie0 committed May 15, 2011
1 parent cf5a863 commit 3404687
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -5,7 +5,7 @@
shutil.copyfile("sslstrip.py", "sslstrip/sslstrip")

setup (name = 'sslstrip',
version = '0.8',
version = '0.9',
description = 'A MITM tool that implements Moxie Marlinspike\'s HTTPS stripping attacks.',
author = 'Moxie Marlinspike',
author_email = 'moxie@thoughtcrime.org',
Expand Down
2 changes: 1 addition & 1 deletion sslstrip.py
Expand Up @@ -33,7 +33,7 @@

import sys, getopt, logging, traceback, string, os

gVersion = "0.8"
gVersion = "0.9"

def usage():
print "\nsslstrip " + gVersion + " by Moxie Marlinspike"
Expand Down

0 comments on commit 3404687

Please sign in to comment.