Changes between Version 13 and Version 14 of Release
- Timestamp:
- 10/13/09 05:31:07 (4 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Release
v13 v14 15 15 * cd to trunk/Padre 16 16 * Make sure the Changes file is up to date and manually update if necessary, add the vX.XX Date string at the top (commit) 17 * run {{{ perl ../tools/tidy_p m_files.pl }}} that will apply blessed padre style in every module. (commit)17 * run {{{ perl ../tools/tidy_project.pl }}} that will apply blessed padre style in every module. (commit) 18 18 * run {{{ perl ../tools/update_version_number.pl VERSION }}} that will update the version number in every module and report if there was no VERSION entry in a module. Those need to be fixed. (commit) 19 19 … … 108 108 * cd to the directory of the plugin or the package 109 109 * ../tools/ 110 * run {{{ perl ../tools/tidy_p m_files.pl }}} (commit)110 * run {{{ perl ../tools/tidy_project.pl }}} (commit) 111 111 * run {{{ perl ../tools/update_version_number.pl VERSION }}} and update Changes (commit) 112 112 * run {{{ perl ../tools/release.pl REV VERSION [--tag] }}}
