diff options
author | mcdruid <drew@mcdruid.co.uk> | 2024-12-04 14:20:08 +0000 |
---|---|---|
committer | mcdruid <drew@mcdruid.co.uk> | 2024-12-04 14:26:20 +0000 |
commit | 3173726ba78026376d1344e9fc600ee0233a2818 (patch) | |
tree | 97ec785384825e71701ec5ee1cadcf4c0cf7ba89 | |
parent | e7242e52bb13286c67d27fad57915f868f50b0a9 (diff) | |
download | drupal-7.x.tar.gz drupal-7.x.zip |
Back to dev7.x
-rw-r--r-- | CHANGELOG.txt | 3 | ||||
-rw-r--r-- | includes/bootstrap.inc | 2 |
2 files changed, 4 insertions, 1 deletions
diff --git a/CHANGELOG.txt b/CHANGELOG.txt index 2cf701b7c88..4803cf4e7b9 100644 --- a/CHANGELOG.txt +++ b/CHANGELOG.txt @@ -1,3 +1,6 @@ +Drupal 7.xxx, xxxx-xx-xx (development version) +------------------------ + Drupal 7.103, 2024-12-04 ------------------------ - So Long, and Thanks for All the Fish diff --git a/includes/bootstrap.inc b/includes/bootstrap.inc index 5d9a59a554f..d4900a19260 100644 --- a/includes/bootstrap.inc +++ b/includes/bootstrap.inc @@ -8,7 +8,7 @@ /** * The current system version. */ -define('VERSION', '7.103'); +define('VERSION', '7.104-dev'); /** * Core API compatibility. |