From e41ba0024b090e4e1a7a0cc789cdf328a86dcbac Mon Sep 17 00:00:00 2001
From: stronk7 <stronk7>
Date: Sun, 23 May 2004 19:28:22 +0000
Subject: [PATCH] Bump to possible release day. Note: not relevant, but my 2nd
 Wedding Anniversary!! :-)

---
 backup/version.php | 2 +-
 blocks/version.php | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/backup/version.php b/backup/version.php
index d969c1d40c..885718602e 100644
--- a/backup/version.php
+++ b/backup/version.php
@@ -5,6 +5,6 @@
 // database (backup_version) to determine whether upgrades should
 // be performed (see db/backup_*.php)
 
-$backup_version = 2004052300;   // The current version is a date (YYYYMMDDXX)
+$backup_version = 2004052400;   // The current version is a date (YYYYMMDDXX)
 
 $backup_release = "1.3";  // User-friendly version number
diff --git a/blocks/version.php b/blocks/version.php
index a48838d104..acb59cc956 100644
--- a/blocks/version.php
+++ b/blocks/version.php
@@ -5,4 +5,4 @@
 // database (blocks_version) to determine whether upgrades should
 // be performed (see db/backup_*.php)
 
-$blocks_version = 2004052100;   // The current version is a date (YYYYMMDDXX)
+$blocks_version = 2004052400;   // The current version is a date (YYYYMMDDXX)
-- 
2.39.5