From 7bb8e1e37a19c197b2bc1f47a6ee07bccb368b74 Mon Sep 17 00:00:00 2001 From: Dirk Koopman Date: Sun, 24 Jun 2007 00:46:21 +0100 Subject: [PATCH] explicitly ignore just hoptable.pl --- data/.gitignore | 2 +- perl/Version.pm | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/data/.gitignore b/data/.gitignore index 3804a5c5..676742e3 100644 --- a/data/.gitignore +++ b/data/.gitignore @@ -12,4 +12,4 @@ motd* issue logout connected -*.pl +hoptable.pl diff --git a/perl/Version.pm b/perl/Version.pm index 0bd91020..2c592a72 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 = '78'; +$build = '79'; 1; -- 2.34.1