From 5db4d809b67ab2650366039f7585e6479d8f13a8 Mon Sep 17 00:00:00 2001 From: Dirk Koopman Date: Sun, 24 Jun 2007 00:37:02 +0100 Subject: [PATCH] add *.pl (to catch hoptable.pl et al) --- data/.gitignore | 1 + perl/Version.pm | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/data/.gitignore b/data/.gitignore index d9c48dd7..3804a5c5 100644 --- a/data/.gitignore +++ b/data/.gitignore @@ -12,3 +12,4 @@ motd* issue logout connected +*.pl diff --git a/perl/Version.pm b/perl/Version.pm index dbe3382f..0bd91020 100644 --- a/perl/Version.pm +++ b/perl/Version.pm @@ -11,6 +11,6 @@ use vars qw($version $subversion $build); $version = '1.54'; $subversion = '0'; -$build = '77'; +$build = '78'; 1; -- 2.34.1