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:
parent
08e00050f1
commit
28ba0fb270
@ -21,6 +21,7 @@ if (/alpha/) {
|
||||
elsif (/p/) {
|
||||
$_ =~ s/p/./;
|
||||
$_ .= '.00';
|
||||
$patch = 1;
|
||||
}
|
||||
else {
|
||||
$_ .='.01.00';
|
||||
|
Loading…
x
Reference in New Issue
Block a user