Updating release note script.

1.7/enhancement_8685
John Resig 2011-05-03 15:01:29 -04:00
parent 4ac2fdda2c
commit 3cdffce19f
1 changed files with 2 additions and 2 deletions

View File

@ -9,8 +9,8 @@ var fs = require("fs"),
extract = /<a href="\/ticket\/(\d+)" title="View ticket">(.*?)<[^"]+"component">\s*(\S+)/g;
var opts = {
version: "1.6 RC 1",
short_version: "1.6rc1",
version: "1.6",
short_version: "1.6",
final_version: "1.6",
categories: []
};