diff options
author | Pamela Dragosh <pdragosh@research.att.com> | 2017-02-20 19:39:22 -0500 |
---|---|---|
committer | Pamela Dragosh <pdragosh@research.att.com> | 2017-02-20 19:39:29 -0500 |
commit | afa0a52b3c00d3b1cc2bea1d890d2a9ab6eba041 (patch) | |
tree | 93bf4e634f80de5ba5e335141339b4a6d9b7ec71 /PyPDPServer/version.properties | |
parent | 23b63392528784a761a664ea965f723cd913729f (diff) |
adding version.properties
Change-Id: I72c103f4b1ade2b0862833f2324d4f3d0febffe1
Signed-off-by: Pamela Dragosh <pdragosh@research.att.com>
Diffstat (limited to 'PyPDPServer/version.properties')
-rw-r--r-- | PyPDPServer/version.properties | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/PyPDPServer/version.properties b/PyPDPServer/version.properties new file mode 100644 index 000000000..512878731 --- /dev/null +++ b/PyPDPServer/version.properties @@ -0,0 +1,13 @@ +# Versioning variables +# 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=1 +minor=0 +patch=0 + +base_version=${major}.${minor}.${patch} + +# Release must be completed with git revision # in Jenkins +release_version=${base_version} +snapshot_version=${base_version}-SNAPSHOT |