]> jfr.im git - irc/quakenet/qwebirc.git/commitdiff
Bump version to 0.92 and update copyright notices.
authorChris Porter <redacted>
Wed, 18 Jan 2012 00:03:47 +0000 (00:03 +0000)
committerChris Porter <redacted>
Wed, 18 Jan 2012 00:03:47 +0000 (00:03 +0000)
js/copyright.js
js/irc/baseircclient.js
js/ui/baseui.js
js/version.js

index a84596c39ab17f63a742c6564914d71da7b8a459..a5f7ffef73467a494cc5137c56d3f07211fc9a58 100644 (file)
@@ -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. */
 
index 31e2fe419451721893e9c54de36523f3f56a40ed..7722b24337717647ba5b22ee901e4ba76bdf8e97 100644 (file)
@@ -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()); },
index a16716758716d4ea06469d8e30a2fe48360f0676..52d353857775e6f50f5c4de52a735fa2d3c03c8d 100644 (file)
@@ -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.");
     }
index f314dc43fdc8fb7501efb3dd7663f46da4f44043..0e5b497b3c328b23a0d8db3bec9f6d845e0fc2c9 100644 (file)
@@ -1 +1 @@
-qwebirc.VERSION = "0.91"
+qwebirc.VERSION = "0.92"