diff options
author | aosull01 <adrian.osullivan@huawei.com> | 2019-08-01 14:14:56 +0100 |
---|---|---|
committer | aosull01 <adrian.osullivan@huawei.com> | 2019-08-01 14:15:46 +0100 |
commit | 1f803aa17d53e35c384e93075acb3b4a680826a8 (patch) | |
tree | 1bcf9c07dc4a609e9461b0cf08999492aa510cbd /version.properties | |
parent | 6b05f46fb4ed5cf086fcbd416a4f619819f86735 (diff) |
Update the version as per Jims request, El Alto Early drop 5.0.0
Change-Id: I74893b88baa6f4fe23ecd1b68cd4edbceec88998
Issue-ID: EXTAPI-273
Signed-off-by: aosull01 <adrian.osullivan@huawei.com>
Diffstat (limited to 'version.properties')
-rw-r--r-- | version.properties | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/version.properties b/version.properties index 54c8963..8d81bf9 100644 --- a/version.properties +++ b/version.properties @@ -18,9 +18,9 @@ # Note that these variables cannot be structured (e.g. : version.release or version.snapshot etc... ) # because they are used in Jenkins, whose plug-in doesn't support... -major = 4 +major = 5 minor = 0 -patch = 1 +patch = 0 base_version = ${major}.${minor}.${patch} |