From 069f4ff4e012822af459e92ce9a8bf54b162478d Mon Sep 17 00:00:00 2001 From: marcus Date: Tue, 9 Dec 2008 17:07:12 +0000 Subject: Ticked up version number git-svn-id: https://code.elgg.org/elgg/trunk@2514 36083f99-b078-4883-b0ff-0f9b5a30f544 --- README.txt | 4 ++-- version.php | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.txt b/README.txt index 8e2e12cc2..820ed55a3 100644 --- a/README.txt +++ b/README.txt @@ -1,4 +1,4 @@ -Elgg version 1.1 +Elgg version 1.2 Copyright (c) 2008 Curverider Ltd This program is free software; you can redistribute it and/or modify @@ -33,7 +33,7 @@ Web: http://elgg.com/ The open source project site can be found at http://elgg.org/ -Elgg 1.1 is released under the GNU Public License (GPL), which +Elgg 1.2 is released under the GNU Public License (GPL), which is supplied in this distribution as LICENSE. For installation instructions, please see the INSTALL file. diff --git a/version.php b/version.php index 7fb836567..99e588fa1 100644 --- a/version.php +++ b/version.php @@ -13,9 +13,9 @@ * @link http://elgg.org/ */ - $version = 2008120501; // YYYYMMDD = Elgg Date + $version = 2008120901; // YYYYMMDD = Elgg Date // XX = Interim incrementer - $release = '1.1'; // Human-friendly version name + $release = '1.2'; // Human-friendly version name ?> \ No newline at end of file -- cgit v1.2.3