diff options
author | Mike Marshall <hubcap@omnibond.com> | 2015-12-28 17:01:51 +0100 |
---|---|---|
committer | Mike Marshall <hubcap@omnibond.com> | 2015-12-28 17:01:51 +0100 |
commit | 4f20854bf7363cc28d4088f2fa954f1a63b5efce (patch) | |
tree | 8a7157a840b23d815ee722563ef29993d73d5646 /Makefile | |
parent | orangefs: fix typo in ornagefs_inode_lock (diff) | |
download | linux-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-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,7 +1,7 @@ VERSION = 4 PATCHLEVEL = 4 SUBLEVEL = 0 -EXTRAVERSION = -rc1-o +EXTRAVERSION = -rc1 NAME = Blurry Fish Butt # *DOCUMENTATION* |