projects
/
project/drupal.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
(parent:
e708195
)
Ahem. Once again.
author
webchick
Wed, 25 May 2011 21:26:11 +0000 (14:26 -0700)
committer
webchick
Wed, 25 May 2011 21:26:11 +0000 (14:26 -0700)
CHANGELOG.txt
patch
|
blob
|
blame
|
history
includes/bootstrap.inc
patch
|
blob
|
blame
|
history
diff --git
a/CHANGELOG.txt
b/CHANGELOG.txt
index
0871770
..
1b38308
100644
(file)
--- a/
CHANGELOG.txt
+++ b/
CHANGELOG.txt
@@
-239,6
+239,9
@@
Drupal 7.0, 2011-01-05
* Added a locking framework to coordinate long-running operations across
requests.
+Drupal 6.23-dev, xxxx-xx-xx (development release)
+-----------------------
+
Drupal 6.22, 2011-05-25
-----------------------
- Made Drupal 6 work better with IIS and Internet Explorer.
diff --git
a/includes/bootstrap.inc
b/includes/bootstrap.inc
index
d96072a
..
a5dec69
100644
(file)
--- a/
includes/bootstrap.inc
+++ b/
includes/bootstrap.inc
@@
-8,7
+8,7
@@
/**
* The current system version.
*/
-define('VERSION', '7.x-dev');
+define('VERSION', '7.3-dev');
/**
* Core API compatibility.