Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
D
drupal-2662330
Manage
Activity
Members
Labels
Plan
Custom issue tracker
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Model registry
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Issue forks
drupal-2662330
Commits
c511a4ab
Commit
c511a4ab
authored
14 years ago
by
Angie Byron
Browse files
Options
Downloads
Patches
Plain Diff
Marking code as alpha 1 in preparation of the first alpha release of Drupal 7.
parent
e4be6454
No related branches found
Branches containing commit
Tags
8.x-1.0
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
CHANGELOG.txt
+2
-2
2 additions, 2 deletions
CHANGELOG.txt
includes/bootstrap.inc
+1
-1
1 addition, 1 deletion
includes/bootstrap.inc
with
3 additions
and
3 deletions
CHANGELOG.txt
+
2
−
2
View file @
c511a4ab
// $Id$
Drupal 7.0
, xxxx-xx-xx (development version)
----------------------
Drupal 7.0
alpha 1, 2010-01-15
----------------------
--------
- Database:
* Fully rewritten database layer utilizing PHP 5's PDO abstraction layer.
* Drupal now requires MySQL >= 5.0 or PostgreSQL >= 8.3.
...
...
This diff is collapsed.
Click to expand it.
includes/bootstrap.inc
+
1
−
1
View file @
c511a4ab
...
...
@@ -9,7 +9,7 @@
/**
* The current system version.
*/
define
(
'VERSION'
,
'7.0-
dev
'
);
define
(
'VERSION'
,
'7.0-
alpha1
'
);
/**
* Core API compatibility.
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment