[Jifty-commit] r5213 - in jifty/trunk: lib

Jifty commits jifty-commit at lists.jifty.org
Tue Mar 11 09:52:11 EDT 2008


Author: sartak
Date: Tue Mar 11 09:52:11 2008
New Revision: 5213

Modified:
   jifty/trunk/   (props changed)
   jifty/trunk/META.yml
   jifty/trunk/lib/Jifty.pm

Log:
 r52494 at onn:  sartak | 2008-03-11 09:52:02 -0400
 Bump Jifty's version so factored out plugins can depend on recent changes that the (sadly, months-old) Jifty on CPAN doesn't have


Modified: jifty/trunk/META.yml
==============================================================================
--- jifty/trunk/META.yml	(original)
+++ jifty/trunk/META.yml	Tue Mar 11 09:52:11 2008
@@ -149,4 +149,4 @@
   perl: 5.8.3
   version: 0
 tests: t/*.t t/*/*.t t/*/*/*.t t/*/*/*/*.t
-version: 0.71129
+version: 0.80311

Modified: jifty/trunk/lib/Jifty.pm
==============================================================================
--- jifty/trunk/lib/Jifty.pm	(original)
+++ jifty/trunk/lib/Jifty.pm	Tue Mar 11 09:52:11 2008
@@ -13,7 +13,7 @@
     require Time::Local;
 
     # Declare early to make sure Jifty::Record::schema_version works
-    $Jifty::VERSION = '0.71129';
+    $Jifty::VERSION = '0.80311';
 }
 
 =head1 NAME


More information about the Jifty-commit mailing list