[Jifty-commit] r7216 - in plugins/Jifty-Plugin-Authentication-CAS: .

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


Author: yves
Date: Wed Jun 10 05:48:07 2009
New Revision: 7216

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

Log:
bump version number to avoid conflict with debian


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

Modified: plugins/Jifty-Plugin-Authentication-CAS/lib/Jifty/Plugin/Authentication/CAS.pm
==============================================================================
--- plugins/Jifty-Plugin-Authentication-CAS/lib/Jifty/Plugin/Authentication/CAS.pm	(original)
+++ plugins/Jifty-Plugin-Authentication-CAS/lib/Jifty/Plugin/Authentication/CAS.pm	Wed Jun 10 05:48:07 2009
@@ -5,7 +5,7 @@
 use base qw/Jifty::Plugin/;
 use Authen::CAS::Client;
 
-our $VERSION = '0.10';
+our $VERSION = '1.00';
 
 =head1 NAME
 


More information about the Jifty-commit mailing list