aboutsummaryrefslogtreecommitdiff
path: root/version.php
diff options
context:
space:
mode:
authorBrett Profitt <brett.profitt@gmail.com>2012-04-18 20:31:26 -0700
committerBrett Profitt <brett.profitt@gmail.com>2012-04-18 20:31:26 -0700
commit8b1036819422049d81bca3384259ac2f74e7a27a (patch)
treeeb55323b121d64caf24deb21a89ac7686991aeb9 /version.php
parent8aad9f081b9fd83f8cd8358547234fbdcdaf9611 (diff)
downloadelgg-8b1036819422049d81bca3384259ac2f74e7a27a.tar.gz
elgg-8b1036819422049d81bca3384259ac2f74e7a27a.tar.bz2
Fixes #4291. Removing the unique index on user and site guids in the users_apisessions table.
Diffstat (limited to 'version.php')
-rw-r--r--version.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/version.php b/version.php
index cc4415228..689306412 100644
--- a/version.php
+++ b/version.php
@@ -11,7 +11,7 @@
// YYYYMMDD = Elgg Date
// XX = Interim incrementer
-$version = 2012041800;
+$version = 2012041801;
// Human-friendly version name
$release = '1.8.3';