summaryrefslogtreecommitdiffstats
path: root/scripts
diff options
context:
space:
mode:
authorbw12017-03-05 14:29:01 +0100
committerbw12017-03-05 14:29:01 +0100
commita9279e9f678b81fe60b0459cd6efa7a76880cad9 (patch)
tree27b02f86a61e1683062c949687f99382c3d041e3 /scripts
parent2716cf49e885fe28ce74932cc0a9ae569f547e90 (diff)
downloadscripts.irssi.org-a9279e9f678b81fe60b0459cd6efa7a76880cad9.tar.bz2
translit
add $VERSION
Diffstat (limited to 'scripts')
-rw-r--r--scripts/translit.pl3
1 files changed, 2 insertions, 1 deletions
diff --git a/scripts/translit.pl b/scripts/translit.pl
index 478dd50..0a01506 100644
--- a/scripts/translit.pl
+++ b/scripts/translit.pl
@@ -1,7 +1,8 @@
use strict;
-use vars qw(%IRSSI);
+use vars qw(%IRSSI $VERSION);
use Irssi;
+$VERSION = "0.1";
%IRSSI = (
authors => 'dreg',
contact => 'dreg@fine.lv',