From a07a3a69f804bb5dcf87975f6191b0aa426d291d Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Sat, 28 Feb 2009 17:43:10 +0100 Subject: [PATCH] release v2.0.5 --- NEWS | 2 +- src/ferm | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/NEWS b/NEWS index b9e6a02..63bc0b3 100644 --- a/NEWS +++ b/NEWS @@ -7,7 +7,7 @@ Auke Kok -v2.0.5 - not yet released +v2.0.5 - 28 Feb 2009 - detect double negation - improved detection of negated arrays - ignore dpkg's backup/temporary files on @include diff --git a/src/ferm b/src/ferm index 46ffccb..4845cfe 100755 --- a/src/ferm +++ b/src/ferm @@ -50,7 +50,7 @@ use vars qw($DATE $VERSION); $DATE = '$Date$' =~ m,(\d{4})-(\d\d)-(\d\d), ? $1.$2.$3 : ''; $VERSION = '2.0.5'; -$VERSION .= '~svn' . $DATE; +#$VERSION .= '~svn' . $DATE; ## interface variables # %option = command line and other options -- 2.11.4.GIT