Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1261)

Unified Diff: pnacl/build.sh

Issue 1825893002: PNaCl Dynamic Linking: Added portable dependencies to shared objects. (Closed) Base URL: https://chromium.googlesource.com/native_client/src/native_client.git@master
Patch Set: Bumping Feature Version Created 4 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | pnacl/driver/filetype.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: pnacl/build.sh
diff --git a/pnacl/build.sh b/pnacl/build.sh
index 1af00149407e7cf47e6a6aed641a04754509a6db..ad417be4c3f8b175559b3e6019dd52b7a5c51bee 100755
--- a/pnacl/build.sh
+++ b/pnacl/build.sh
@@ -844,7 +844,7 @@ feature-version-file-install() {
#
# If you are adding a test that depends on a toolchain change, you
# can increment this version number manually.
- echo 24 > "${install_root}/FEATURE_VERSION"
+ echo 25 > "${install_root}/FEATURE_VERSION"
}
#@ driver-install-translator - Install driver scripts for translator component
« no previous file with comments | « no previous file | pnacl/driver/filetype.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698