try to perturb the gtkconsole CVS version
authorDirk Koopman <djk@tobit.co.uk>
Sat, 16 Jun 2007 16:30:59 +0000 (17:30 +0100)
committerDirk Koopman <djk@tobit.co.uk>
Sat, 16 Jun 2007 16:30:59 +0000 (17:30 +0100)
gtkconsole/gtkconsole
perl/Version.pm
perl/gcommit

index c02f8075af3207c4e7745cdfded542f517464f88..2af1c4e94c6bf3fcae3658fdaf99b3703912a960 100755 (executable)
@@ -4,7 +4,7 @@
 #
 # usage: gtkconsole [<callsign>] [<host> <port>]
 # 
-# Copyright (c) 2001-6 Dirk Koopman G1TLH
+# Copyright (c) 2006-2007 Dirk Koopman G1TLH
 #
 # $Id$
 #
index 4bb4e0c9665384de722560ddaefd2f33eefb22c1..bca6e3df4316ed2c3d37bbd0afc22eb7c9a2c792 100644 (file)
@@ -10,6 +10,6 @@ package main;
 use vars qw($version $build);
 
 $version = '1.54';
-$build = '40';
+$build = '43';
 
 1;
index 2d9a06815e765c3d1c07278902cf9127b0858936..efdff89c2af0a764e1db91072282dde18ac69fc4 100755 (executable)
@@ -1,4 +1,4 @@
 #!/bin/sh
 # do a startard git commit
 /spider/perl/issue.pl
-git commit $@
+git commit -a $@