summaryrefslogtreecommitdiffstats
path: root/packaging/rpm
diff options
context:
space:
mode:
authorMaros Marsalek <mmarsale@cisco.com>2016-08-31 09:56:23 +0200
committerMaros Marsalek <mmarsale@cisco.com>2016-08-31 10:48:47 +0200
commit6d43491e197a5cb5a70adbbd7c63f458f852c38b (patch)
treeb9afd05eafd92e022b13de768d0e40bedf4933de /packaging/rpm
parente07a57751ade2a00e7cdaa80943bbfe4606d9374 (diff)
Bump version to 1.16.9-SNAPSHOT
Change-Id: I27b09dc1fdf7597c8b0751d8cbf950500e03fa23 Signed-off-by: Maros Marsalek <mmarsale@cisco.com>
Diffstat (limited to 'packaging/rpm')
-rwxr-xr-xpackaging/rpm/rpmbuild.sh2
-rwxr-xr-xpackaging/rpm/version2
2 files changed, 2 insertions, 2 deletions
diff --git a/packaging/rpm/rpmbuild.sh b/packaging/rpm/rpmbuild.sh
index f9e9795fc..dc28cddd0 100755
--- a/packaging/rpm/rpmbuild.sh
+++ b/packaging/rpm/rpmbuild.sh
@@ -3,7 +3,7 @@ set -xe
DIR=$(dirname $0)
DIR=$(readlink -f $DIR)
ZIPDIR=${DIR}/../../vpp-integration/minimal-distribution/target/
-ZIPFILE=${ZIPDIR}/vpp-integration-distribution-1.0.0-SNAPSHOT-hc.zip
+ZIPFILE=${ZIPDIR}/vpp-integration-distribution-1.16.9-SNAPSHOT-hc.zip
mkdir -p ${DIR}/SOURCES/
cp $ZIPFILE ${DIR}/SOURCES/
cp ${DIR}/honeycomb.spec ${DIR}/SOURCES/
diff --git a/packaging/rpm/version b/packaging/rpm/version
index 3fc0d1083..9aade5a02 100755
--- a/packaging/rpm/version
+++ b/packaging/rpm/version
@@ -1,2 +1,2 @@
#!/bin/bash
-echo 1.0.0
+echo 1.16.9