Skip to content
This repository was archived by the owner on Nov 21, 2019. It is now read-only.

Commit a772373

Browse files
committed
Version bump to 0.18.9.23
1 parent d56f79a commit a772373

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

features/proof_common.prf

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PROOF_VERSION_MAJOR = 0
22
PROOF_VERSION_YEAR = 18
3-
PROOF_VERSION_MONTH = 8
4-
PROOF_VERSION_DAY = 10
3+
PROOF_VERSION_MONTH = 9
4+
PROOF_VERSION_DAY = 23
55
PROOF_VERSION = $${PROOF_VERSION_MAJOR}.$${PROOF_VERSION_YEAR}.$${PROOF_VERSION_MONTH}.$${PROOF_VERSION_DAY}
66

77
DEFINES *= PROOF_VERSION=\\\"$${PROOF_VERSION}\\\"

travis/apps/post-compile/deb_upload.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ docker exec -t builder bash -c "/opt/Opensoft/proof/dev-tools/deploy/debian/buil
8888
travis_time_finish && travis_fold end "pack.deb";
8989
echo " ";
9090

91-
DEB_FILENAME=`find -maxdepth 1 -name "$TARGET_NAME-*.deb" -print -quit`
91+
DEB_FILENAME=`find -maxdepth 1 -name "$TARGET_NAME-*.deb" -exec basename "{}" \; -quit`
9292
if [ -z "$DEB_FILENAME" ]; then
9393
echo -e "\033[1;31mCan't find created deb package, halting\033[0m";
9494
exit 1

0 commit comments

Comments
 (0)