projects
/
project/drupal.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
(parent:
8cbf5a5
)
Drupal 7.0-rc3
7.0-rc-3
author
Angie Byron
Thu, 23 Dec 2010 10:11:33 +0000 (10:11 +0000)
committer
Angie Byron
Thu, 23 Dec 2010 10:11:33 +0000 (10:11 +0000)
CHANGELOG.txt
patch
|
blob
|
blame
|
history
includes/bootstrap.inc
patch
|
blob
|
blame
|
history
diff --git
a/CHANGELOG.txt
b/CHANGELOG.txt
index
362d179
..
5ffd375
100644
(file)
--- a/
CHANGELOG.txt
+++ b/
CHANGELOG.txt
@@
-1,6
+1,6
@@
// $Id$
-Drupal 7.0, xxxx-xx-xx (development version)
+Drupal 7.0 rc3, 2010-12-23
----------------------
- Database:
* Fully rewritten database layer utilizing PHP 5's PDO abstraction layer.
diff --git
a/includes/bootstrap.inc
b/includes/bootstrap.inc
index
be0a471
..
131941b
100644
(file)
--- a/
includes/bootstrap.inc
+++ b/
includes/bootstrap.inc
@@
-9,7
+9,7
@@
/**
* The current system version.
*/
-define('VERSION', '7.0-dev');
+define('VERSION', '7.0-rc3');
/**
* Core API compatibility.