You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cassandra.apache.org by sl...@apache.org on 2014/02/07 09:01:03 UTC

svn commit: r1565569 - in /cassandra/site: publish/download/index.html src/settings.py

Author: slebresne
Date: Fri Feb  7 08:01:02 2014
New Revision: 1565569

URL: http://svn.apache.org/r1565569
Log:
We're in 2014 now

Modified:
    cassandra/site/publish/download/index.html
    cassandra/site/src/settings.py

Modified: cassandra/site/publish/download/index.html
URL: http://svn.apache.org/viewvc/cassandra/site/publish/download/index.html?rev=1565569&r1=1565568&r2=1565569&view=diff
==============================================================================
--- cassandra/site/publish/download/index.html (original)
+++ cassandra/site/publish/download/index.html Fri Feb  7 08:01:02 2014
@@ -50,7 +50,7 @@
 
   <p>
   The latest stable release of Apache Cassandra is 2.0.5
-  (released on 2013-02-07).  <i>If you're just
+  (released on 2014-02-07).  <i>If you're just
   starting out, download this one.</i>
   </p>
 
@@ -103,7 +103,7 @@
   Previous stable branches of Cassandra continue to see periodic maintenance
   for some time after a new major release is made. The lastest release on the
   1.2 branch is 1.2.15 (released on
-  2013-02-07).
+  2014-02-07).
   </p>
 
   <ul>

Modified: cassandra/site/src/settings.py
URL: http://svn.apache.org/viewvc/cassandra/site/src/settings.py?rev=1565569&r1=1565568&r2=1565569&view=diff
==============================================================================
--- cassandra/site/src/settings.py (original)
+++ cassandra/site/src/settings.py Fri Feb  7 08:01:02 2014
@@ -93,13 +93,13 @@ SITE_POST_PROCESSORS = {
 
 class CassandraDef(object):
     oldstable_version = '1.2.15'
-    oldstable_release_date = '2013-02-07'
+    oldstable_release_date = '2014-02-07'
     oldstable_exists = True
     veryoldstable_version = '1.1.12'
     veryoldstable_release_date = '2013-05-27'
     veryoldstable_exists = True
     stable_version = '2.0.5'
-    stable_release_date = '2013-02-07'
+    stable_release_date = '2014-02-07'
     devel_version = '2.0.0-rc2'
     devel_release_date = '2013-08-20'
     devel_exists = False