From: Dirk Koopman Date: Sat, 16 Jun 2007 16:30:59 +0000 (+0100) Subject: try to perturb the gtkconsole CVS version X-Git-Tag: 1.55~160^2~5 X-Git-Url: http://www.dxcluster.org/gitweb/gitweb.cgi?a=commitdiff_plain;h=67db0fd45633086edc343a653d3b84edac1dec13;p=spider.git try to perturb the gtkconsole CVS version --- diff --git a/gtkconsole/gtkconsole b/gtkconsole/gtkconsole index c02f8075..2af1c4e9 100755 --- a/gtkconsole/gtkconsole +++ b/gtkconsole/gtkconsole @@ -4,7 +4,7 @@ # # usage: gtkconsole [] [ ] # -# Copyright (c) 2001-6 Dirk Koopman G1TLH +# Copyright (c) 2006-2007 Dirk Koopman G1TLH # # $Id$ # diff --git a/perl/Version.pm b/perl/Version.pm index 4bb4e0c9..bca6e3df 100644 --- a/perl/Version.pm +++ b/perl/Version.pm @@ -10,6 +10,6 @@ package main; use vars qw($version $build); $version = '1.54'; -$build = '40'; +$build = '43'; 1; diff --git a/perl/gcommit b/perl/gcommit index 2d9a0681..efdff89c 100755 --- a/perl/gcommit +++ b/perl/gcommit @@ -1,4 +1,4 @@ #!/bin/sh # do a startard git commit /spider/perl/issue.pl -git commit $@ +git commit -a $@