diff --git a/config.py b/config.py
index f01494850..dac58ed3b 100644
--- a/config.py
+++ b/config.py
@@ -24,8 +24,8 @@ saveInRoot = False
# Version data
-version = "2.1.0"
-tag = "Stable"
+version = "2.1.1b1"
+tag = "git"
expansionName = "Into the Abyss"
expansionVersion = "1.1"
evemonMinVersion = "4081"
diff --git a/dist_assets/win/Microsoft.VC90.CRT.manifest b/dist_assets/win/Microsoft.VC90.CRT.manifest
new file mode 100644
index 000000000..627da999b
--- /dev/null
+++ b/dist_assets/win/Microsoft.VC90.CRT.manifest
@@ -0,0 +1,13 @@
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/dist_assets/win/pyfa.exe.manifest b/dist_assets/win/pyfa.exe.manifest
new file mode 100644
index 000000000..9fc55da4f
--- /dev/null
+++ b/dist_assets/win/pyfa.exe.manifest
@@ -0,0 +1,15 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/dist_assets/win/pyfa.spec b/dist_assets/win/pyfa.spec
index 445f94824..d181a5eb9 100644
--- a/dist_assets/win/pyfa.spec
+++ b/dist_assets/win/pyfa.spec
@@ -20,6 +20,8 @@ added_files = [
('../../imgs/renders/*.png', 'imgs/renders'),
('../../service/jargon/*.yaml', 'service/jargon'),
('../../dist_assets/win/pyfa.ico', '.'),
+ ('../../dist_assets/win/pyfa.exe.manifest', '.'),
+ ('../../dist_assets/win/Microsoft.VC90.CRT.manifest', '.'),
(requests.certs.where(), '.'), # is this needed anymore?
('../../eve.db', '.'),
('../../README.md', '.'),