Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
D
drupal
Manage
Activity
Members
Labels
Plan
Wiki
Custom issue tracker
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
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
GitLab community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
project
drupal
Commits
c05c06e2
Commit
c05c06e2
authored
Feb 25, 2009
by
Neil Drumm
Browse files
Options
Downloads
Patches
Plain Diff
Bumping verison number
parent
245bc2ea
No related branches found
No related tags found
No related merge requests found
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
CHANGELOG.txt
+3
-0
3 additions, 0 deletions
CHANGELOG.txt
modules/system/system.module
+1
-1
1 addition, 1 deletion
modules/system/system.module
with
4 additions
and
1 deletion
CHANGELOG.txt
+
3
−
0
View file @
c05c06e2
// $Id$
Drupal 5.17, xxxx-xx-xx (development version)
-----------------------
Drupal 5.16, 2009-02-25
-----------------------
- Fixed a security issue, (Local file inclusion on Windows), see SA-CORE-2009-004.
...
...
This diff is collapsed.
Click to expand it.
modules/system/system.module
+
1
−
1
View file @
c05c06e2
...
...
@@ -6,7 +6,7 @@
* Configuration system that lets administrators modify the workings of the site.
*/
define
(
'VERSION'
,
'5.1
6
'
);
define
(
'VERSION'
,
'5.1
7-dev
'
);
/**
* Implementation of hook_help().
...
...
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