diff --git a/patches/defconfig b/patches/defconfig
index 7ba36e29d70df262970a736f872900cb729b9f28..65762547bd9b618ad3f5942f1e4e8a03f709ad34 100644
--- a/patches/defconfig
+++ b/patches/defconfig
@@ -1,6 +1,6 @@
 #
 # Automatically generated file; DO NOT EDIT.
-# Linux/arm 3.14.0-rc4 Kernel Configuration
+# Linux/arm 3.14.0-rc7 Kernel Configuration
 #
 CONFIG_ARM=y
 CONFIG_MIGHT_HAVE_PCI=y
@@ -1765,10 +1765,10 @@ CONFIG_BLK_DEV_DM=m
 CONFIG_DM_BUFIO=m
 CONFIG_DM_BIO_PRISON=m
 CONFIG_DM_PERSISTENT_DATA=m
+# CONFIG_DM_DEBUG_BLOCK_STACK_TRACING is not set
 CONFIG_DM_CRYPT=m
 CONFIG_DM_SNAPSHOT=m
 CONFIG_DM_THIN_PROVISIONING=m
-# CONFIG_DM_DEBUG_BLOCK_STACK_TRACING is not set
 CONFIG_DM_CACHE=m
 CONFIG_DM_CACHE_MQ=m
 CONFIG_DM_CACHE_CLEANER=m
diff --git a/patches/example_imx_v6_v7_defconfig b/patches/example_imx_v6_v7_defconfig
index 9f4bffc78ad07bfa3eb431848d9878007a5b55dc..2f52a1466ac4dc34a964bb2d2fb14f22130e28a9 100644
--- a/patches/example_imx_v6_v7_defconfig
+++ b/patches/example_imx_v6_v7_defconfig
@@ -1,6 +1,6 @@
 #
 # Automatically generated file; DO NOT EDIT.
-# Linux/arm 3.14.0-rc6 Kernel Configuration
+# Linux/arm 3.14.0-rc7 Kernel Configuration
 #
 CONFIG_ARM=y
 CONFIG_MIGHT_HAVE_PCI=y
diff --git a/patches/example_omap2plus_defconfig b/patches/example_omap2plus_defconfig
index b4fcead0e3cfc684e733f5b7a4ad939084968e7a..851ae66b562b9649319ab5f1407b17a40202f553 100644
--- a/patches/example_omap2plus_defconfig
+++ b/patches/example_omap2plus_defconfig
@@ -1,6 +1,6 @@
 #
 # Automatically generated file; DO NOT EDIT.
-# Linux/arm 3.14.0-rc6 Kernel Configuration
+# Linux/arm 3.14.0-rc7 Kernel Configuration
 #
 CONFIG_ARM=y
 CONFIG_SYS_SUPPORTS_APM_EMULATION=y
diff --git a/patches/ref_multi_v7_defconfig b/patches/ref_multi_v7_defconfig
index 7dd61285329375a44cc2349119781c8b30f96f1b..1ccb95f6e5f34f132fda103a84fd6e3c24dda8d8 100644
--- a/patches/ref_multi_v7_defconfig
+++ b/patches/ref_multi_v7_defconfig
@@ -1,6 +1,6 @@
 #
 # Automatically generated file; DO NOT EDIT.
-# Linux/arm 3.14.0-rc6 Kernel Configuration
+# Linux/arm 3.14.0-rc7 Kernel Configuration
 #
 CONFIG_ARM=y
 CONFIG_MIGHT_HAVE_PCI=y
diff --git a/version.sh b/version.sh
index 949f7bd7824883d1c55eaec7e371314942a67b22..8e40eae0d99920aad5bc74efe7c2018aec330278 100644
--- a/version.sh
+++ b/version.sh
@@ -28,11 +28,11 @@ toolchain="gcc_linaro_gnueabihf_4_8"
 
 #Kernel/Build
 KERNEL_REL=3.14
-KERNEL_TAG=${KERNEL_REL}-rc6
-BUILD=armv7-devel-r76
+KERNEL_TAG=${KERNEL_REL}-rc7
+BUILD=armv7-devel-r77
 
 #v3.X-rcX + upto SHA
-KERNEL_SHA="c60f7d5a8e7c639de5d9dfe07e1e91d302d506e4"
+#KERNEL_SHA="c60f7d5a8e7c639de5d9dfe07e1e91d302d506e4"
 
 #git branch
 #BRANCH="v3.14.x"