blob: c35f66911df4d008098fbf1d54a500a20f7cfcef [file] [log] [blame]
mrichommeabdb7a92020-08-07 14:54:22 +02001###########################################################
2# Versioning variables
3# Note that these variables cannot be structured (e.g. : version.release or version.snapshot etc... )
4# because they are used in Jenkins, whose plug-in doesn't support
5
morganrold566e382021-05-26 14:14:16 +02006major_version=9
mrichomme35c64c42020-12-11 10:31:32 +01007minor_version=0
mrichommeabdb7a92020-08-07 14:54:22 +02008patch_version=0
9
10base_version=${major_version}.${minor_version}.${patch_version}
11
12# Release must be completed with GIT information # in Jenkins
13release_version=${base_version}
14snapshot_version=${base_version}-SNAPSHOT