diff --git a/lemonldap-ng-common/lib/Lemonldap/NG/Common.pm b/lemonldap-ng-common/lib/Lemonldap/NG/Common.pm index 6d370491b..e43171334 100644 --- a/lemonldap-ng-common/lib/Lemonldap/NG/Common.pm +++ b/lemonldap-ng-common/lib/Lemonldap/NG/Common.pm @@ -1,6 +1,6 @@ package Lemonldap::NG::Common; -our $VERSION = '2.0.14'; +our $VERSION = '2.0.15'; 1; __END__ diff --git a/lemonldap-ng-handler/Makefile.PL b/lemonldap-ng-handler/Makefile.PL index cc415d140..3ae18b10b 100644 --- a/lemonldap-ng-handler/Makefile.PL +++ b/lemonldap-ng-handler/Makefile.PL @@ -39,7 +39,7 @@ WriteMakefile( }, }, PREREQ_PM => { - 'Lemonldap::NG::Common' => '2.0.14', + 'Lemonldap::NG::Common' => '2.0.15', 'LWP::UserAgent' => 0, 'Mouse' => 0, 'URI' => 0, diff --git a/lemonldap-ng-handler/lib/Lemonldap/NG/Handler.pm b/lemonldap-ng-handler/lib/Lemonldap/NG/Handler.pm index 0ad99473f..10c0d178c 100644 --- a/lemonldap-ng-handler/lib/Lemonldap/NG/Handler.pm +++ b/lemonldap-ng-handler/lib/Lemonldap/NG/Handler.pm @@ -3,7 +3,7 @@ package Lemonldap::NG::Handler; # Use the appropriate handler # For Apache, use Lemonldap::NG::Handler::ApacheMP2 -our $VERSION = '2.0.14'; +our $VERSION = '2.0.15'; 1; diff --git a/lemonldap-ng-manager/Makefile.PL b/lemonldap-ng-manager/Makefile.PL index f9cfd4fe3..b9f2cf790 100644 --- a/lemonldap-ng-manager/Makefile.PL +++ b/lemonldap-ng-manager/Makefile.PL @@ -35,8 +35,8 @@ WriteMakefile( PREREQ_PM => { 'Convert::PEM' => 0, 'Crypt::OpenSSL::RSA' => 0, - 'Lemonldap::NG::Common' => '2.0.14', - 'Lemonldap::NG::Handler' => '2.0.14', + 'Lemonldap::NG::Common' => '2.0.15', + 'Lemonldap::NG::Handler' => '2.0.15', 'LWP::UserAgent' => 0, }, # e.g., Module::Name => 1.1 ( diff --git a/lemonldap-ng-portal/Makefile.PL b/lemonldap-ng-portal/Makefile.PL index 69769bb83..f9d0f0e46 100644 --- a/lemonldap-ng-portal/Makefile.PL +++ b/lemonldap-ng-portal/Makefile.PL @@ -65,7 +65,7 @@ WriteMakefile( }, PREREQ_PM => { 'Clone' => 0, - 'Lemonldap::NG::Handler' => '2.0.14', + 'Lemonldap::NG::Handler' => '2.0.15', 'Regexp::Assemble' => 0, }, ( diff --git a/lemonldap-ng-portal/lib/Lemonldap/NG/Portal.pm b/lemonldap-ng-portal/lib/Lemonldap/NG/Portal.pm index 07a87509d..1323e1936 100644 --- a/lemonldap-ng-portal/lib/Lemonldap/NG/Portal.pm +++ b/lemonldap-ng-portal/lib/Lemonldap/NG/Portal.pm @@ -1,7 +1,7 @@ # Alias for Lemonldap::NG::Portal::Main package Lemonldap::NG::Portal; -our $VERSION = '2.0.14'; +our $VERSION = '2.0.15'; use Lemonldap::NG::Portal::Main; use base 'Lemonldap::NG::Portal::Main';