From 4300eb09bc4832aa165387ac54b45f9a999d0534 Mon Sep 17 00:00:00 2001 From: Robert Nelson <robertcnelson@gmail.com> Date: Mon, 8 Aug 2011 08:57:55 -0500 Subject: [PATCH] 3.1-rc1-d0 release Signed-off-by: Robert Nelson <robertcnelson@gmail.com> --- patches/ref_omap2plus_defconfig | 2 +- version.sh | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/patches/ref_omap2plus_defconfig b/patches/ref_omap2plus_defconfig index 73e103ae0..084542f8b 100644 --- a/patches/ref_omap2plus_defconfig +++ b/patches/ref_omap2plus_defconfig @@ -1,6 +1,6 @@ # # Automatically generated file; DO NOT EDIT. -# Linux/arm 3.0.0-git23 Kernel Configuration +# Linux/arm 3.1.0-rc1 Kernel Configuration # CONFIG_ARM=y CONFIG_SYS_SUPPORTS_APM_EMULATION=y diff --git a/version.sh b/version.sh index 88bfc4448..4bdab7904 100644 --- a/version.sh +++ b/version.sh @@ -8,12 +8,12 @@ KERNEL_REL=3.0 #STABLE_PATCH=1 #for x.x-gitX -PRE_SNAP=v3.0 -PRE_RC=3.0-git23 +#PRE_SNAP=v3.0 +#PRE_RC=3.0-git23 #for x.x-rcX -#RC_KERNEL=3.0 -#RC_PATCH=-rc7 +RC_KERNEL=3.1 +RC_PATCH=-rc1 ABI=0 -- GitLab