diff options
author | Linus Torvalds <torvalds@linux-foundation.org> | 2019-09-08 22:33:15 +0200 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2019-09-08 22:33:15 +0200 |
commit | f74c2bb98776e2de508f4d607cd519873065118e (patch) | |
tree | 83d5db3fa1d286b7010e104056701db9d81d7de4 /Makefile | |
parent | Merge tag 'compiler-attributes-for-linus-v5.3-rc8' of git://github.com/ojeda/... (diff) | |
download | linux-f74c2bb98776e2de508f4d607cd519873065118e.tar.xz linux-f74c2bb98776e2de508f4d607cd519873065118e.zip |
Linux 5.3-rc8v5.3-rc8
Diffstat (limited to '')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -2,7 +2,7 @@ VERSION = 5 PATCHLEVEL = 3 SUBLEVEL = 0 -EXTRAVERSION = -rc7 +EXTRAVERSION = -rc8 NAME = Bobtail Squid # *DOCUMENTATION* |