1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-26 10:04:02 +03:00

left out a piece of my last fix for inst package version number

(This used to be commit 66899c27cd4b475bb7974c4d6de6ecb6764fb6fb)
This commit is contained in:
Herb Lewis 1998-01-14 02:47:36 +00:00
parent 08e00050f1
commit 28ba0fb270

View File

@ -21,6 +21,7 @@ if (/alpha/) {
elsif (/p/) {
$_ =~ s/p/./;
$_ .= '.00';
$patch = 1;
}
else {
$_ .='.01.00';