diff options
author | talasila <talasila@research.att.com> | 2017-03-22 10:26:45 -0400 |
---|---|---|
committer | Manoop Talasila <talasila@research.att.com> | 2017-03-22 15:48:36 +0000 |
commit | b31e12fcd72519cc667e81084853a9d27289e12b (patch) | |
tree | 207905e69afbaa8e849c3a404a88e443dd546180 /version.properties | |
parent | b43c2aecd36a738bc1ddb45d15eadbd8893373d1 (diff) |
version file added
Change-Id: Idff779b9fe3de013ec3d67e7b685b2c71c476e8e
Signed-off-by: talasila <talasila@research.att.com>
Diffstat (limited to 'version.properties')
-rw-r--r-- | version.properties | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/version.properties b/version.properties new file mode 100644 index 00000000..51287873 --- /dev/null +++ b/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 |