diff --git a/.gitignore b/.gitignore
index f9cfbe0..fe2410c 100644
--- a/.gitignore
+++ b/.gitignore
@@ -2,3 +2,4 @@
 /compiler-rt-3.8.0rc2.src.tar.xz
 /compiler-rt-3.8.0rc3.src.tar.xz
 /compiler-rt-3.8.0.src.tar.xz
+/compiler-rt-3.9.0.src.tar.xz
diff --git a/compiler-rt.spec b/compiler-rt.spec
index fb4737b..67f1ba8 100644
--- a/compiler-rt.spec
+++ b/compiler-rt.spec
@@ -1,6 +1,6 @@
 Name:		compiler-rt
-Version:	3.8.0
-Release:	2%{?dist}
+Version:	3.9.0
+Release:	1%{?dist}
 Summary:	LLVM "compiler-rt" runtime libraries
 
 License:	NCSA or MIT
@@ -60,6 +60,9 @@ cd _build
 %{_libdir}/clang/%{version}
 
 %changelog
+* Wed Oct 26 2016 Dave Airlie <airlied@redhat.com> - 3.9.0-1
+- compiler-rt 3.9.0 final release
+
 * Mon May  2 2016 Tom Callaway <spot@fedoraproject.org> 3.8.0-2
 - make symlinks to where the linker thinks these libs are
 
diff --git a/sources b/sources
index 72668ca..17c143e 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-d6fcbe14352ffb708e4d1ac2e48bb025  compiler-rt-3.8.0.src.tar.xz
+b7ea34c9d744da16ffc0217b6990d095  compiler-rt-3.9.0.src.tar.xz