Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChris Porter <slug@qwebirc.org>2012-01-18 00:03:47 (GMT)
committer Chris Porter <slug@qwebirc.org>2012-01-18 00:03:47 (GMT)
commit1a7b78f9c028961ef8764b262c65ba39b4f8dc7a (patch)
treef70d9af7f544daa11d1e1ea2b74b77e067608387
parentb035330dc6b9eb11df0dac69616a734fee674368 (diff)
Bump version to 0.92 and update copyright notices.
-rw-r--r--js/copyright.js2
-rw-r--r--js/irc/baseircclient.js2
-rw-r--r--js/ui/baseui.js2
-rw-r--r--js/version.js2
4 files changed, 4 insertions, 4 deletions
diff --git a/js/copyright.js b/js/copyright.js
index a84596c..a5f7ffe 100644
--- a/js/copyright.js
+++ b/js/copyright.js
@@ -1,2 +1,2 @@
-/* qwebirc -- Copyright (C) 2008-2011 Chris Porter and the qwebirc project --- All rights reserved. */
+/* qwebirc -- Copyright (C) 2008-2012 Chris Porter and the qwebirc project --- All rights reserved. */
diff --git a/js/irc/baseircclient.js b/js/irc/baseircclient.js
index 31e2fe4..7722b24 100644
--- a/js/irc/baseircclient.js
+++ b/js/irc/baseircclient.js
@@ -5,7 +5,7 @@ qwebirc.irc.PMODE_REGULAR_MODE = 3;
qwebirc.irc.RegisteredCTCPs = {
"VERSION": function(x) {
- return "qwebirc v" + qwebirc.VERSION + ", copyright (C) 2008-2011 Chris Porter and the qwebirc project -- " + qwebirc.util.browserVersion();
+ return "qwebirc v" + qwebirc.VERSION + ", copyright (C) 2008-2012 Chris Porter and the qwebirc project -- " + qwebirc.util.browserVersion();
},
"USERINFO": function(x) { return "qwebirc"; },
"TIME": function(x) { return qwebirc.irc.IRCDate(new Date()); },
diff --git a/js/ui/baseui.js b/js/ui/baseui.js
index a167167..52d3538 100644
--- a/js/ui/baseui.js
+++ b/js/ui/baseui.js
@@ -59,7 +59,7 @@ qwebirc.ui.BaseUI = new Class({
if(!this.firstClient) {
this.firstClient = true;
w.addLine("", "qwebirc v" + qwebirc.VERSION);
- w.addLine("", "Copyright (C) 2008-2011 Chris Porter and the qwebirc project.");
+ w.addLine("", "Copyright (C) 2008-2012 Chris Porter and the qwebirc project.");
w.addLine("", "http://www.qwebirc.org");
w.addLine("", "Licensed under the GNU General Public License, Version 2.");
}
diff --git a/js/version.js b/js/version.js
index f314dc4..0e5b497 100644
--- a/js/version.js
+++ b/js/version.js
@@ -1 +1 @@
-qwebirc.VERSION = "0.91"
+qwebirc.VERSION = "0.92"