diff options
author | cash <cash@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2011-03-23 02:18:31 +0000 |
---|---|---|
committer | cash <cash@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2011-03-23 02:18:31 +0000 |
commit | c001c7fe854f5a4f76576313935eb56ee7f36cac (patch) | |
tree | 7eb933d7662d2e561a3d726daf282aea118546d8 /version.php | |
parent | 8e518978b3f570930a8f5c3bfcbceb4b2ef61f78 (diff) | |
download | elgg-c001c7fe854f5a4f76576313935eb56ee7f36cac.tar.gz elgg-c001c7fe854f5a4f76576313935eb56ee7f36cac.tar.bz2 |
Fixes #3165 admins get widgets on upgrade - new upgrade creation process super smooth #thanksBrett
git-svn-id: http://code.elgg.org/elgg/trunk@8824 36083f99-b078-4883-b0ff-0f9b5a30f544
Diffstat (limited to 'version.php')
-rw-r--r-- | version.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/version.php b/version.php index 55a8cc691..ae4e01091 100644 --- a/version.php +++ b/version.php @@ -11,7 +11,7 @@ // YYYYMMDD = Elgg Date // XX = Interim incrementer -$version = 2011032000; +$version = 2011032200; // Human-friendly version name $release = '1.8-svn'; |