Skip to content

Commit

Permalink
Upgrade to latest 0.8
Browse files Browse the repository at this point in the history
  • Loading branch information
glasser committed Oct 28, 2014
1 parent 6a4216f commit d1bbfd4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion meteor
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/bash

BUNDLE_VERSION=0.3.13
BUNDLE_VERSION=0.2.99

# OS Check. Put here because here is where we download the precompiled
# bundles that are arch specific.
Expand Down
4 changes: 3 additions & 1 deletion scripts/generate-dev-bundle.sh
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,9 @@ cd node
# When upgrading node versions, also update the values of MIN_NODE_VERSION at
# the top of tools/meteor.js and tools/server/server.js, and the text in
# docs/client/concepts.html and the README in tools/bundler.js.
git checkout v0.8.24
# THIS DEV BUNDLE IS ONLY CREATED FOR USE BY mother. WE DID NOT
# UPDATE ANYTHING ELSE.
git checkout v0.8.28

./configure --prefix="$DIR"
make -j4
Expand Down

0 comments on commit d1bbfd4

Please sign in to comment.