diff options
author | marcus <marcus@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2009-01-23 11:02:55 +0000 |
---|---|---|
committer | marcus <marcus@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2009-01-23 11:02:55 +0000 |
commit | c0ad329084ac2ee72a5fbe2823bf69346ffff14c (patch) | |
tree | 0d93d7bb7ccae0f9cd3cb22e9fab3aa3ca234a19 | |
parent | b60ad756d98c4bfe6847c8cadbc461c61e399b0c (diff) | |
download | elgg-c0ad329084ac2ee72a5fbe2823bf69346ffff14c.tar.gz elgg-c0ad329084ac2ee72a5fbe2823bf69346ffff14c.tar.bz2 |
Bumped version to today
git-svn-id: https://code.elgg.org/elgg/trunk@2603 36083f99-b078-4883-b0ff-0f9b5a30f544
-rw-r--r-- | version.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/version.php b/version.php index 77a543c3c..73e1aed9f 100644 --- a/version.php +++ b/version.php @@ -13,7 +13,7 @@ * @link http://elgg.org/
*/
- $version = 2009010901; // YYYYMMDD = Elgg Date
+ $version = 2009012301; // YYYYMMDD = Elgg Date
// XX = Interim incrementer
$release = '1.2'; // Human-friendly version name
|