From: Chris Porter Date: Wed, 18 Jan 2012 00:03:47 +0000 (+0000) Subject: Bump version to 0.92 and update copyright notices. X-Git-Url: https://jfr.im/git/irc/quakenet/qwebirc.git/commitdiff_plain/f191a80b531f0f235029fcda685c37d443a02396 Bump version to 0.92 and update copyright notices. --- 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"