diff options
author | 2019-02-27 19:05:42 -0600 | |
---|---|---|
committer | 2019-02-27 19:22:49 -0600 | |
commit | 4c9af8153a08505d9fed4b3bd1ccc8943090efbd (patch) | |
tree | ed2d6394fe1adcfc1914b66cec2f53467b007c03 /version.properties | |
parent | b169754b801f8a7f8790796cf666f2c2ed6b5e1a (diff) |
Change version to use AAF 2.1.10
Issue-ID: AAF-771
Change-Id: I6c487e04c95f135c67399e2445a42a13c0dce9ae
Signed-off-by: Instrumental <jonathan.gathman@att.com>
Diffstat (limited to 'version.properties')
-rw-r--r-- | version.properties | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/version.properties b/version.properties index d6fc8bd..cb8a88f 100644 --- a/version.properties +++ b/version.properties @@ -25,9 +25,10 @@ # 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 +# This TAG 2.1.13 is here to help remember to change this file. Keep it up to date with the following "real" entries: major=2 minor=1 -patch=12 +patch=13 base_version=${major}.${minor}.${patch} |