diff --git a/data/xml/payloads/boolean_blind.xml b/data/xml/payloads/boolean_blind.xml
index efb9e5cdc..576ea2a46 100644
--- a/data/xml/payloads/boolean_blind.xml
+++ b/data/xml/payloads/boolean_blind.xml
@@ -824,7 +824,6 @@ Tag:
Microsoft SQL Server
Sybase
- Windows
@@ -845,7 +844,6 @@ Tag:
Microsoft SQL Server
Sybase
- Windows
@@ -1193,7 +1191,6 @@ Tag:
Microsoft SQL Server
Sybase
- Windows
@@ -1214,7 +1211,6 @@ Tag:
Microsoft SQL Server
Sybase
- Windows
@@ -1452,7 +1448,6 @@ Tag:
Microsoft SQL Server
Sybase
- Windows
@@ -1474,7 +1469,6 @@ Tag:
Microsoft SQL Server
Sybase
- Windows
diff --git a/data/xml/payloads/error_based.xml b/data/xml/payloads/error_based.xml
index fe62bb6f8..b9ddaf20a 100644
--- a/data/xml/payloads/error_based.xml
+++ b/data/xml/payloads/error_based.xml
@@ -404,7 +404,6 @@
Microsoft SQL Server
Sybase
- Windows
@@ -425,7 +424,6 @@
Microsoft SQL Server
Sybase
- Windows
@@ -446,7 +444,6 @@
Microsoft SQL Server
Sybase
- Windows
@@ -467,7 +464,6 @@
Microsoft SQL Server
Sybase
- Windows
@@ -488,7 +484,6 @@
Microsoft SQL Server
Sybase
- Windows
@@ -509,7 +504,6 @@
Microsoft SQL Server
Sybase
- Windows
@@ -1000,7 +994,6 @@
Microsoft SQL Server
Sybase
- Windows
@@ -1021,7 +1014,6 @@
Microsoft SQL Server
Sybase
- Windows
@@ -1261,7 +1253,6 @@
Microsoft SQL Server
Sybase
- Windows
diff --git a/data/xml/payloads/inline_query.xml b/data/xml/payloads/inline_query.xml
index b68cfdc3e..a05b1c84e 100644
--- a/data/xml/payloads/inline_query.xml
+++ b/data/xml/payloads/inline_query.xml
@@ -73,7 +73,6 @@
Microsoft SQL Server
Sybase
- Windows
diff --git a/data/xml/payloads/stacked_queries.xml b/data/xml/payloads/stacked_queries.xml
index 4b70384be..b7df99fda 100644
--- a/data/xml/payloads/stacked_queries.xml
+++ b/data/xml/payloads/stacked_queries.xml
@@ -264,7 +264,6 @@
Microsoft SQL Server
Sybase
- Windows
@@ -286,7 +285,6 @@
Microsoft SQL Server
Sybase
- Windows
@@ -307,7 +305,6 @@
Microsoft SQL Server
Sybase
- Windows
@@ -328,7 +325,6 @@
Microsoft SQL Server
Sybase
- Windows
diff --git a/data/xml/payloads/time_blind.xml b/data/xml/payloads/time_blind.xml
index d9cdb6c8c..033d9fd37 100644
--- a/data/xml/payloads/time_blind.xml
+++ b/data/xml/payloads/time_blind.xml
@@ -588,7 +588,6 @@
Microsoft SQL Server
Sybase
- Windows
@@ -610,7 +609,6 @@
Microsoft SQL Server
Sybase
- Windows
@@ -631,7 +629,6 @@
Microsoft SQL Server
Sybase
- Windows
@@ -652,7 +649,6 @@
Microsoft SQL Server
Sybase
- Windows
@@ -674,7 +670,6 @@
Microsoft SQL Server
Sybase
- Windows
@@ -696,7 +691,6 @@
Microsoft SQL Server
Sybase
- Windows
@@ -1638,7 +1632,6 @@
Microsoft SQL Server
Sybase
- Windows
@@ -1936,7 +1929,6 @@
Microsoft SQL Server
Sybase
- Windows
diff --git a/lib/core/settings.py b/lib/core/settings.py
index f44906a65..11e8a82d3 100644
--- a/lib/core/settings.py
+++ b/lib/core/settings.py
@@ -18,7 +18,7 @@ from lib.core.enums import OS
from thirdparty.six import unichr as _unichr
# sqlmap version (...)
-VERSION = "1.4.6.2"
+VERSION = "1.4.6.3"
TYPE = "dev" if VERSION.count('.') > 2 and VERSION.split('.')[-1] != '0' else "stable"
TYPE_COLORS = {"dev": 33, "stable": 90, "pip": 34}
VERSION_STRING = "sqlmap/%s#%s" % ('.'.join(VERSION.split('.')[:-1]) if VERSION.count('.') > 2 and VERSION.split('.')[-1] == '0' else VERSION, TYPE)