Skip to content

Commit

Permalink
Update release notes version.
Browse files Browse the repository at this point in the history
  • Loading branch information
dmethvin committed Mar 9, 2012
1 parent d39f735 commit f40c862
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions build/release-notes.js
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.1",
short_version: "1.7.1",
final_version: "1.7.1",
version: "1.7.2rc1",
short_version: "1.7.2rc1",
final_version: "1.7.2",
categories: []
};

Expand Down

0 comments on commit f40c862

Please sign in to comment.