From d1bbfd41494399d9ed2551e6f383a25a581adceb Mon Sep 17 00:00:00 2001 From: David Glasser Date: Tue, 28 Oct 2014 13:11:13 -0700 Subject: [PATCH] Upgrade to latest 0.8 --- meteor | 2 +- scripts/generate-dev-bundle.sh | 4 +++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/meteor b/meteor index d41941d01ff..91b4c37114e 100755 --- a/meteor +++ b/meteor @@ -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. diff --git a/scripts/generate-dev-bundle.sh b/scripts/generate-dev-bundle.sh index 65268a7e96d..bb684e45ce9 100755 --- a/scripts/generate-dev-bundle.sh +++ b/scripts/generate-dev-bundle.sh @@ -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