Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
M
moodle-filter_jmol
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Model registry
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
Repository analytics
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
Nik | Klampfradler
moodle-filter_jmol
Commits
7cf4de08
Commit
7cf4de08
authored
9 years ago
by
Geoff Rowland
Browse files
Options
Downloads
Patches
Plain Diff
Update version.php
parent
35321a1f
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
version.php
+2
-2
2 additions, 2 deletions
version.php
with
2 additions
and
2 deletions
version.php
+
2
−
2
View file @
7cf4de08
...
@@ -25,8 +25,8 @@
...
@@ -25,8 +25,8 @@
defined
(
'MOODLE_INTERNAL'
)
||
die
();
defined
(
'MOODLE_INTERNAL'
)
||
die
();
$plugin
->
version
=
201510
05
00
;
// The current plugin version (Date: YYYYMMDDXX).
$plugin
->
version
=
201510
22
00
;
// The current plugin version (Date: YYYYMMDDXX).
$plugin
->
requires
=
2012062500
;
// Requires this Moodle version.
$plugin
->
requires
=
2012062500
;
// Requires this Moodle version.
$plugin
->
component
=
'filter_jmol'
;
// Full name of the plugin (used for diagnostics).
$plugin
->
component
=
'filter_jmol'
;
// Full name of the plugin (used for diagnostics).
$plugin
->
maturity
=
MATURITY_STABLE
;
$plugin
->
maturity
=
MATURITY_STABLE
;
$plugin
->
release
=
'5.0 (Build: 201510
05
00)'
;
$plugin
->
release
=
'5.0 (Build: 201510
22
00)'
;
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