Skip to content

Commit

Permalink
Updating version in release notes script.
Browse files Browse the repository at this point in the history
  • Loading branch information
jeresig committed Jun 14, 2011
1 parent 138d5b7 commit d269e42
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.6.1",
short_version: "1.6.1",
final_version: "1.6.1",
version: "1.6.2 RC 1",
short_version: "1.6.2rc1",
final_version: "1.6.2",
categories: []
};

Expand Down

0 comments on commit d269e42

Please sign in to comment.