summaryrefslogtreecommitdiffstats
path: root/packaging/rpm/release
blob: 8cc7608ca0c3ca22f5a2ab955a6c15790f77a084 (plain)
1
2
3
4
5
6
7
8
9
10
#!/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 RELEASE~$(expr $BUILD_NUMBER + 2000)