summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorMike Marshall <hubcap@omnibond.com>2015-12-28 17:01:51 +0100
committerMike Marshall <hubcap@omnibond.com>2015-12-28 17:01:51 +0100
commit4f20854bf7363cc28d4088f2fa954f1a63b5efce (patch)
tree8a7157a840b23d815ee722563ef29993d73d5646 /Makefile
parentorangefs: fix typo in ornagefs_inode_lock (diff)
downloadlinux-4f20854bf7363cc28d4088f2fa954f1a63b5efce.tar.xz
linux-4f20854bf7363cc28d4088f2fa954f1a63b5efce.zip
Orangefs: don't change EXTRAVERSION
Stephen Rothwell taught me how to use CONFIG_LOCALVERSION_AUTO so now I can quit putting random things in EXTRAVERSION for my own use and then forgetting to take them out... Signed-off-by: Mike Marshall <hubcap@omnibond.com>
Diffstat (limited to '')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index aca4a73ad069..3a0234f50f36 100644
--- a/Makefile
+++ b/Makefile
@@ -1,7 +1,7 @@
VERSION = 4
PATCHLEVEL = 4
SUBLEVEL = 0
-EXTRAVERSION = -rc1-o
+EXTRAVERSION = -rc1
NAME = Blurry Fish Butt
# *DOCUMENTATION*