From d649b199a05843521ea751212afe09fd36418a3b Mon Sep 17 00:00:00 2001 From: Dougal Campbell Date: Tue, 23 Nov 2004 14:09:38 +0000 Subject: [PATCH] Don't you think it's time for a minor version bump? git-svn-id: https://develop.svn.wordpress.org/trunk@1874 602fd350-edb4-49c9-b593-d223f7449a82 --- wp-includes/version.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wp-includes/version.php b/wp-includes/version.php index ffc233b2d2..72af425dec 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -2,6 +2,6 @@ // This just holds the version number, in a separate file so we can bump it without cluttering the CVS -$wp_version = '1.3-alpha-4'; +$wp_version = '1.3-alpha-5'; ?> \ No newline at end of file