From 7f5bc5e3fe65a690f5ad48fbbc152431fbd2e1cf Mon Sep 17 00:00:00 2001 From: Bernardo Damele Date: Mon, 15 Mar 2010 11:04:57 +0000 Subject: [PATCH] Increased version to 0.9-dev --- doc/THANKS | 2 +- lib/core/settings.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/THANKS b/doc/THANKS index 080853d53..84e6004b2 100644 --- a/doc/THANKS +++ b/doc/THANKS @@ -79,7 +79,7 @@ Giorgio Fedon for reporting a bug when running against Microsoft SQL Server 2005 Kasper Fons - for reporting a bug + for reporting a few bugs Alan Franzoni for helping me out with Python subprocess library diff --git a/lib/core/settings.py b/lib/core/settings.py index bf5368a37..4dca668f8 100644 --- a/lib/core/settings.py +++ b/lib/core/settings.py @@ -27,7 +27,7 @@ import subprocess import sys # sqlmap version and site -VERSION = "0.8" +VERSION = "0.9-dev" VERSION_STRING = "sqlmap/%s" % VERSION DESCRIPTION = "automatic SQL injection and database takeover tool" SITE = "http://sqlmap.sourceforge.net"