Skip to content

Commit

Permalink
Fixes #1839
Browse files Browse the repository at this point in the history
  • Loading branch information
stamparm committed May 4, 2016
1 parent e27f590 commit 5d7e178
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions extra/icmpsh/icmpsh-s.c
Expand Up @@ -203,8 +203,6 @@ int main(int argc, char **argv)
PROCESS_INFORMATION pi;
int status;
unsigned int max_data_size;
struct hostent *he;


// set defaults
target = 0;
Expand Down
2 changes: 1 addition & 1 deletion lib/core/settings.py
Expand Up @@ -19,7 +19,7 @@
from lib.core.revision import getRevisionNumber

# sqlmap version (<major>.<minor>.<month>.<monthly commit>)
VERSION = "1.0.5.9"
VERSION = "1.0.5.10"
REVISION = getRevisionNumber()
STABLE = VERSION.count('.') <= 2
VERSION_STRING = "sqlmap/%s#%s" % (VERSION, "stable" if STABLE else "dev")
Expand Down

0 comments on commit 5d7e178

Please sign in to comment.