diff options
-rwxr-xr-x | Makefile.PL | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.PL b/Makefile.PL index 6d41082d..85e8fd8a 100755 --- a/Makefile.PL +++ b/Makefile.PL @@ -177,6 +177,7 @@ WriteMakefile( web => 'http://gitweb.mageia.org/software/rpm/urpmi/', }, }, + release_status => 'stable', } ) : () ), EXE_FILES => [ @bin_scripts, @sbin_scripts, @libexec_scripts ], |