Navigation Menu

Skip to content

Commit

Permalink
Revert "Update version number for 0.4.1."
Browse files Browse the repository at this point in the history
This reverts commit 8ddcc21.

More changes are necessary to History.md.
  • Loading branch information
glasser committed Sep 18, 2012
1 parent 8ddcc21 commit d1467c9
Show file tree
Hide file tree
Showing 8 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion admin/debian/changelog
@@ -1,4 +1,4 @@
meteor (0.4.1-1) unstable; urgency=low
meteor (0.4.0-1) unstable; urgency=low

* Automated debian build.

Expand Down
2 changes: 1 addition & 1 deletion admin/install-s3.sh
Expand Up @@ -5,7 +5,7 @@
## example.

URLBASE="https://d3sqy0vbqsdhku.cloudfront.net"
VERSION="0.4.1"
VERSION="0.4.0"
PKGVERSION="${VERSION}-1"

UNAME=`uname`
Expand Down
6 changes: 3 additions & 3 deletions admin/manifest.json
@@ -1,6 +1,6 @@
{
"version": "0.4.1",
"deb_version": "0.4.1-1",
"rpm_version": "0.4.1-1",
"version": "0.4.0",
"deb_version": "0.4.0-1",
"rpm_version": "0.4.0-1",
"urlbase": "https://d3sqy0vbqsdhku.cloudfront.net"
}
2 changes: 1 addition & 1 deletion admin/meteor.spec
Expand Up @@ -5,7 +5,7 @@
Summary: Meteor platform and JavaScript application server
Vendor: Meteor
Name: meteor
Version: 0.4.1
Version: 0.4.0
Release: 1
License: MIT
Group: Networking/WWW
Expand Down
2 changes: 1 addition & 1 deletion app/lib/updater.js
@@ -1,4 +1,4 @@
exports.CURRENT_VERSION = "0.4.1";
exports.CURRENT_VERSION = "0.4.0";

var fs = require("fs");
var http = require("http");
Expand Down
2 changes: 1 addition & 1 deletion app/meteor/post-upgrade.js
Expand Up @@ -2,7 +2,7 @@ try {
// XXX can't get this from updater.js because in 0.3.7 and before the
// updater didn't have the right NODE_PATH set. At some point we can
// remove this and just use updater.CURRENT_VERSION.
var VERSION = "0.4.1";
var VERSION = "0.4.0";

var fs = require('fs');
var path = require('path');
Expand Down
2 changes: 1 addition & 1 deletion docs/client/docs.html
Expand Up @@ -11,7 +11,7 @@
</div>
<div id="main">
<div id="top"></div>
<h1 class="main-headline">Meteor 0.4.1</h1>
<h1 class="main-headline">Meteor 0.4.0</h1>
{{> introduction }}
{{> concepts }}
{{> api }}
Expand Down
2 changes: 1 addition & 1 deletion docs/client/docs.js
@@ -1,4 +1,4 @@
METEOR_VERSION = "0.4.1";
METEOR_VERSION = "0.4.0";

Meteor.startup(function () {
// XXX this is broken by the new multi-page layout. Also, it was
Expand Down

0 comments on commit d1467c9

Please sign in to comment.