[Jifty-commit] r7070 - jifty/trunk/lib

Jifty commits jifty-commit at lists.jifty.org
Tue May 19 09:42:31 EDT 2009


Author: sartak
Date: Tue May 19 09:42:30 2009
New Revision: 7070

Modified:
   jifty/trunk/lib/Jifty.pm

Log:
Bump version

Modified: jifty/trunk/lib/Jifty.pm
==============================================================================
--- jifty/trunk/lib/Jifty.pm	(original)
+++ jifty/trunk/lib/Jifty.pm	Tue May 19 09:42:30 2009
@@ -7,13 +7,13 @@
 use encoding 'utf8';
 use Class::Trigger;
 
-BEGIN { 
+BEGIN {
     # Work around the fact that Time::Local caches TZ on first require
     local $ENV{'TZ'} = "GMT";
     require Time::Local;
 
     # Declare early to make sure Jifty::Record::schema_version works
-    $Jifty::VERSION = '0.90422';
+    $Jifty::VERSION = '0.90519';
 }
 
 =head1 NAME


More information about the Jifty-commit mailing list