Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
D
drupal
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Locked Files
Custom Issue Tracker
Custom Issue Tracker
Labels
Merge Requests
221
Merge Requests
221
Requirements
Requirements
List
Security & Compliance
Security & Compliance
Dependency List
License Compliance
Analytics
Analytics
Code Review
Insights
Issue
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Commits
Open sidebar
project
drupal
Commits
c05c06e2
Commit
c05c06e2
authored
Feb 25, 2009
by
drumm
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Bumping verison number
parent
245bc2ea
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
1 deletion
+4
-1
CHANGELOG.txt
CHANGELOG.txt
+3
-0
modules/system/system.module
modules/system/system.module
+1
-1
No files found.
CHANGELOG.txt
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.
...
...
modules/system/system.module
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().
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment