From 353bbad47aa329682dbba6d41e2b14f65ba5cb9b Mon Sep 17 00:00:00 2001 From: moodler Date: Wed, 29 Mar 2006 18:52:42 +0000 Subject: [PATCH] Let's call it this, tomorrow. :-) --- version.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/version.php b/version.php index 4e2d8fc8bf..b783b1f0d2 100644 --- a/version.php +++ b/version.php @@ -6,9 +6,9 @@ // This is compared against the values stored in the database to determine // whether upgrades should be performed (see lib/db/*.php) - $version = 2006032800; // YYYYMMDD = date + $version = 2006032900; // YYYYMMDD = date // XY = increments within a single day - $release = '1.6 development'; // Human-friendly version name + $release = '1.6 Beta 1'; // Human-friendly version name ?> -- 2.39.5