aboutsummaryrefslogtreecommitdiffstats
path: root/build
diff options
context:
space:
mode:
authorJohn Resig <jeresig@gmail.com>2011-06-14 14:54:23 -0700
committerJohn Resig <jeresig@gmail.com>2011-06-14 14:54:23 -0700
commitd443e533aa83e89e6a1b02280dfc77f741cb4db6 (patch)
tree282a13d0f942a3c025e2cf80640f099318ec5626 /build
parent8a532d15757f8c3ba491ae14d024e353de6b4c7f (diff)
downloadjquery-d443e533aa83e89e6a1b02280dfc77f741cb4db6.tar.gz
jquery-d443e533aa83e89e6a1b02280dfc77f741cb4db6.zip
Tagging the 1.6.2rc1 release.1.6.2rc1
Diffstat (limited to 'build')
-rw-r--r--build/release-notes.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/build/release-notes.js b/build/release-notes.js
index 0166732ef..57d037894 100644
--- a/build/release-notes.js
+++ b/build/release-notes.js
@@ -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.1 RC 1",
- short_version: "1.6rc1",
+ version: "1.6.1",
+ short_version: "1.6.1",
final_version: "1.6.1",
categories: []
};