summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xannounce-gen3
1 files changed, 1 insertions, 2 deletions
diff --git a/announce-gen b/announce-gen
index 8bb28ed24..c06269900 100755
--- a/announce-gen
+++ b/announce-gen
@@ -3,11 +3,10 @@
use strict;
use Getopt::Long;
-use Ascend::Init;
use Digest::MD5;
use Digest::SHA1;
-(my $VERSION = '$Revision: 1.1 $ ') =~ tr/[0-9].//cd;
+(my $VERSION = '$Revision: 1.2 $ ') =~ tr/[0-9].//cd;
(my $ME = $0) =~ s|.*/||;
END