Details
-
Sub-task
-
Status: Closed
-
Minor
-
Resolution: Fixed
-
1.9
-
None
-
MOODLE_19_STABLE
-
MOODLE_19_STABLE
Description
Automatically update $release in version.php in all branches with the current date, starting from 1.9, to help bug reports etc
1.9 + (Build: 20080220)
A little shell script to
cd /moodle/stable19/moodle
cvs -q update -dP version.php
change the release name safely...
cvs commit -m "Updated the build version" version.php
cvs tag -F MOODLE_19_MERGED version.php
would do it ...