projects
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6388ba2
)
Makefile-fix-upstream-version
author
Vagrant Cascadian
<vagrant@debian.org>
Tue, 11 Jul 2023 02:54:17 +0000
(
03:54
+0100)
committer
Vagrant Cascadian
<vagrant@debian.org>
Tue, 11 Jul 2023 02:54:17 +0000
(
03:54
+0100)
EXTRAVERSION was not updated correctly for released version.
https://lists.denx.de/pipermail/u-boot/2023-July/522256.html
Gbp-Pq: Name Makefile-fix-upstream-version.patch
Makefile
patch
|
blob
|
history
diff --git
a/Makefile
b/Makefile
index 80300d2092aebb27e0bd552000c65092696bf23b..31a556d5513ab8f33b7caf894b88fc519526a8de 100644
(file)
--- a/
Makefile
+++ b/
Makefile
@@
-3,7
+3,7
@@
VERSION = 2023
PATCHLEVEL = 07
SUBLEVEL =
-EXTRAVERSION =
-rc6
+EXTRAVERSION =
NAME =
# *DOCUMENTATION*