summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMike Marshall <hubcap@omnibond.com>2015-12-28 11:01:51 -0500
committerMike Marshall <hubcap@omnibond.com>2015-12-28 11:01:51 -0500
commit4f20854bf7363cc28d4088f2fa954f1a63b5efce (patch)
tree8a7157a840b23d815ee722563ef29993d73d5646
parenteb57bcc2718a9fb5eaea80e0d76e53afac6ae2ec (diff)
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>
-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*