[Jifty-commit] r7217 - in plugins/Jifty-Plugin-Authentication-Ldap: .

Jifty commits jifty-commit at lists.jifty.org
Wed Jun 10 05:50:18 EDT 2009


Author: yves
Date: Wed Jun 10 05:50:17 2009
New Revision: 7217

Modified:
   plugins/Jifty-Plugin-Authentication-Ldap/Changes
   plugins/Jifty-Plugin-Authentication-Ldap/lib/Jifty/Plugin/Authentication/Ldap.pm

Log:
bump version number to avoid conflict with debian


Modified: plugins/Jifty-Plugin-Authentication-Ldap/Changes
==============================================================================
--- plugins/Jifty-Plugin-Authentication-Ldap/Changes	(original)
+++ plugins/Jifty-Plugin-Authentication-Ldap/Changes	Wed Jun 10 05:50:17 2009
@@ -1,5 +1,8 @@
 Revision history for Perl module Jifty::Plugin::Authentication::Ldap
 
+1.00 Wed, 10 Jun 2009 11:49:12 +0200
+    - bump version number to avoid conflict with debian
+
 0.10 Tue, 09 Jun 2009 20:39:53 +0200
     - mistake in test path
 

Modified: plugins/Jifty-Plugin-Authentication-Ldap/lib/Jifty/Plugin/Authentication/Ldap.pm
==============================================================================
--- plugins/Jifty-Plugin-Authentication-Ldap/lib/Jifty/Plugin/Authentication/Ldap.pm	(original)
+++ plugins/Jifty-Plugin-Authentication-Ldap/lib/Jifty/Plugin/Authentication/Ldap.pm	Wed Jun 10 05:50:17 2009
@@ -4,7 +4,7 @@
 package Jifty::Plugin::Authentication::Ldap;
 use base qw/Jifty::Plugin/;
 
-our $VERSION = '0.10';
+our $VERSION = '1.00';
 
 =head1 NAME
 


More information about the Jifty-commit mailing list