diff --git a/patches/defconfig-bone b/patches/defconfig-bone
index 04f1570e83471118470d6043f0003715b6e907fe..b9ad7f4d5fcb47b4b5ec5a12a4f871cc18d4b28c 100644
--- a/patches/defconfig-bone
+++ b/patches/defconfig-bone
@@ -1,6 +1,6 @@
 #
 # Automatically generated file; DO NOT EDIT.
-# Linux/arm 4.7.0-rc7 Kernel Configuration
+# Linux/arm 4.7.0 Kernel Configuration
 #
 CONFIG_ARM=y
 CONFIG_ARM_HAS_SG_CHAIN=y
diff --git a/patches/ref_omap2plus_defconfig b/patches/ref_omap2plus_defconfig
index ac515d97b2516db277c474960c3142887550b78d..1af3f0d904bb44ccc6f1a6b326cf0b49ab33eec4 100644
--- a/patches/ref_omap2plus_defconfig
+++ b/patches/ref_omap2plus_defconfig
@@ -1,6 +1,6 @@
 #
 # Automatically generated file; DO NOT EDIT.
-# Linux/arm 4.7.0-rc7 Kernel Configuration
+# Linux/arm 4.7.0 Kernel Configuration
 #
 CONFIG_ARM=y
 CONFIG_ARM_HAS_SG_CHAIN=y
diff --git a/version.sh b/version.sh
index 082e2de19f1621a85528d1ba3799da13c677550a..24c143c9f691350a6608a2264b5cadc7e258baca 100644
--- a/version.sh
+++ b/version.sh
@@ -24,7 +24,7 @@ toolchain="gcc_linaro_gnueabihf_5"
 
 #Kernel/Build
 KERNEL_REL=4.7
-KERNEL_TAG=${KERNEL_REL}-rc7
+KERNEL_TAG=${KERNEL_REL}
 BUILD=${build_prefix}0
 kernel_rt=""