Skip to content

Commit

Permalink
Update version.
Browse files Browse the repository at this point in the history
  • Loading branch information
dmethvin committed Nov 18, 2011
1 parent 60e2479 commit d459bd4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions build/release-notes.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@ var fs = require("fs"),
extract = /<a href="\/ticket\/(\d+)" title="View ticket">(.*?)<[^"]+"component">\s*(\S+)/g;

var opts = {
version: "1.7",
short_version: "1.7",
final_version: "1.7",
version: "1.7 RC1",
short_version: "1.7.1rc1",
final_version: "1.7.1",
categories: []
};

Expand Down

0 comments on commit d459bd4

Please sign in to comment.