diff options
Diffstat (limited to 'version.php')
-rw-r--r-- | version.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/version.php b/version.php index c8fb224d7..10ceefa33 100644 --- a/version.php +++ b/version.php @@ -12,7 +12,7 @@ // YYYYMMDD = Elgg Date // XX = Interim incrementer -$version = 2010010501; +$version = 2010012901; // Human-friendly version name -$release = '1.7a1'; +$release = '1.7b'; |