From 08d14886fd5ac69ab5392bddddf14e8ef04edfe2 Mon Sep 17 00:00:00 2001 From: Miroslav Stampar Date: Mon, 11 Apr 2011 09:44:44 +0000 Subject: [PATCH] added new dev version string --- lib/core/settings.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/core/settings.py b/lib/core/settings.py index 3451ca497..a0d36c067 100644 --- a/lib/core/settings.py +++ b/lib/core/settings.py @@ -17,7 +17,7 @@ from lib.core.enums import PLACE from lib.core.revision import getRevisionNumber # sqlmap version and site -VERSION = "0.9" +VERSION = "1.0-dev" REVISION = getRevisionNumber() VERSION_STRING = "sqlmap/%s" % VERSION DESCRIPTION = "automatic SQL injection and database takeover tool"