diff options
| author | 2015-12-28 11:01:51 -0500 | |
|---|---|---|
| committer | 2015-12-28 11:01:51 -0500 | |
| commit | 4f20854bf7363cc28d4088f2fa954f1a63b5efce (patch) | |
| tree | 8a7157a840b23d815ee722563ef29993d73d5646 | |
| parent | orangefs: fix typo in ornagefs_inode_lock (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-- | 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* |
