61c4903272
Add another conflicts to deal with 2 digit versions (libdm.) Now that $SUBLEVEL in Makefile is optional, drop it and simplify linux-3.0-fix-uts-release.patch linux-2.6-i386-nx-emulation.patch: fix simple reject drm-intel-eeebox-eb1007-quirk.patch, revert-ftrace-remove-unnecessary-disabling-of-irqs.patch, ath5k-disable-fast-channel-switching-by-default.patch: drop upstream patches.
13 lines
209 B
Diff
13 lines
209 B
Diff
diff --git a/Makefile b/Makefile
|
|
index badb923..7b2e16d 100644
|
|
--- a/Makefile
|
|
+++ b/Makefile
|
|
@@ -1,6 +1,6 @@
|
|
VERSION = 3
|
|
PATCHLEVEL = 0
|
|
-SUBLEVEL = 0
|
|
+SUBLEVEL =
|
|
EXTRAVERSION = -rc3
|
|
NAME = Sneaky Weasel
|
|
|