From 4b94818ce60ca5727ceb77b0b5d752d5f5324680 Mon Sep 17 00:00:00 2001 From: Dirk Koopman Date: Thu, 19 Jun 2014 23:02:18 +0100 Subject: [PATCH] try to make Version.pm autoupdate --- Changes | 2 ++ perl/Version.pm | 16 ---------------- perl/issue.pl | 2 ++ 3 files changed, 4 insertions(+), 16 deletions(-) delete mode 100644 perl/Version.pm diff --git a/Changes b/Changes index 4b4f3da4..9266f43b 100644 --- a/Changes +++ b/Changes @@ -1,5 +1,7 @@ 19Jun14======================================================================= 1. Fix EOF detection of incoming nodes. +2. Attempt to autogenerate Version.pm with *correct* values (instead of the + the git id of the previous commit). Oh, and do it on every commit or pull. 17Jun14======================================================================= 1. Add CTY2405 prefix changes 2. Arrange for all file searching routines based on sh/dx or sh/log to be diff --git a/perl/Version.pm b/perl/Version.pm deleted file mode 100644 index 42a44847..00000000 --- a/perl/Version.pm +++ /dev/null @@ -1,16 +0,0 @@ -# -# Version information for DXSpider -# -# DO NOT ALTER THIS FILE. It is generated automatically -# and will be overwritten -# - -package main; - -use vars qw($version $build $gitversion); - -$version = '1.57'; -$build = '30'; -$gitversion = 'a76624e'; - -1; diff --git a/perl/issue.pl b/perl/issue.pl index ea0c083f..49bc62fd 100755 --- a/perl/issue.pl +++ b/perl/issue.pl @@ -40,3 +40,5 @@ use vars qw(\$version \$build \$gitversion); 1; ); + +exit(0); -- 2.34.1