changeset 29:ed664d0da4ec release-1.0.0

Update copyright notice. Version 1.0.0 reached!
author Jordi Gutiérrez Hermoso <jordigh@octave.org>
date Mon, 13 May 2013 12:41:12 -0400
parents fd62baedb568
children a1858b342f5b
files teh-lol.pl
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/teh-lol.pl
+++ b/teh-lol.pl
@@ -1,4 +1,4 @@
-#Copyright © 2009 - 2011 Jordi Gutiérrez Hermoso <jordigh@octave.org>
+#Copyright © 2009 - 2013 Jordi Gutiérrez Hermoso <jordigh@octave.org>
 #
 #teh-lol.pl is free software: you can redistribute it and/or modify
 #it under the terms of the GNU General Public License as published by
@@ -15,7 +15,7 @@
 
 use strict;
 
-Xchat::register('teh lol', '0.1.3', 'lols back');
+Xchat::register('teh lol', '1.0.0', 'lols back');
 
 #Check if it's time to relol
 Xchat::hook_print('Channel Message', \&check_lol);