summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordanh-arm <dan.handley@arm.com>2018-03-20 16:50:44 +0000
committerGitHub <noreply@github.com>2018-03-20 16:50:44 +0000
commit8f3418b92fc60a5c8df4e2b400d6f1cbfbc6e4e4 (patch)
tree58c82aa4d01e6ab8edf355acf9822e8dda04d870
parentcefa8c439098efa9b9d09ff17d642276fac17447 (diff)
parent4a577f96288f135ad0eefe8ba1288ac7ffa70ebe (diff)
Merge pull request #1316 from davidcunado-arm/dc/version_update
Release v1.5: Update minor version number to 5
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 69f29e6c..94ae63ea 100644
--- a/Makefile
+++ b/Makefile
@@ -8,7 +8,7 @@
# Trusted Firmware Version
#
VERSION_MAJOR := 1
-VERSION_MINOR := 4
+VERSION_MINOR := 5
# Default goal is build all images
.DEFAULT_GOAL := all