fix version numbers

This commit is contained in:
lars 2008-09-30 03:14:11 +00:00
parent 50357ba5f5
commit b64e9091cc
2 changed files with 2 additions and 2 deletions

2
debian/changelog vendored
View File

@ -1,4 +1,4 @@
ezmlm-web (3.3~r1) unstable; urgency=low
ezmlm-web (3.3~rc1-1) unstable; urgency=low
* release candidate for v3.3

View File

@ -70,7 +70,7 @@ $UID = $EUID;
$GID = $EGID;
my $VERSION;
$VERSION = '3.3';
$VERSION = '3.3~rc1';
my $q = new CGI;
$q->import_names('Q');