summaryrefslogtreecommitdiffstats
path: root/packaging/rpm/release
blob: 3ec80eac115548e9bd203b203a2af51c9630607d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
#!/bin/bash
# release version
echo RELEASE
#
# snapshot version
#
# Increasing the build number by a certain margin.
# Necessary due to honeycomb - hc2vpp split. Build_number counter was reset
# rewriting older packages
# echo $(expr $BUILD_NUMBER + 2000)
# echo RC1~$(expr $BUILD_NUMBER + 2000)
# echo RC2~$(expr $BUILD_NUMBER + 2000)
# echo RELEASE~$(expr $BUILD_NUMBER + 2000)