Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

(NFC) Update version in header #530

Merged
merged 1 commit into from
Apr 19, 2018
Merged

Conversation

totten
Copy link
Member

@totten totten commented Apr 19, 2018

This is a simple administrative update to the headers. It was generated with the command:

rgrep '| CiviCRM version 4.7' CRM/ Civi ang api bin extern install/ settings/ templates -l \
 | xargs sed -i'' "s/| CiviCRM version 4.7/| CiviCRM version 5  /g"

The inclusion of | aimed to avoid matching any non-header text (e.g. inline docs that
mentioned the version incidentally). But then I did a looser search and for just

rgrep 'CiviCRM version 4.7'

and manually patched the remainder.

Note: I'm not really keen on doing this every month, so I relaxed the header
statement -- instead of CiviCRM version 5.0, it's just CiviCRM version 5.

This is a simple administrative update to the headers. It was generated with the command:

```
rgrep '| CiviCRM version 4.7' CRM/ Civi ang api bin extern install/ settings/ templates -l \
 | xargs sed -i'' "s/| CiviCRM version 4.7/| CiviCRM version 5  /g"
```

The inclusion of `|` aimed to avoid matching any non-header text (e.g. inline docs that
mentioned the version incidentally). But then I did a looser search and for just

```
rgrep 'CiviCRM version 4.7'
````

and manually patched the remainder.

Note: I'm not really keen on doing this every month, so I relaxed the header
statement -- instead of `CiviCRM version 5.0`, it's just `CiviCRM version 5`.
@totten totten merged commit 30ff917 into civicrm:7.x-master Apr 19, 2018
@totten totten deleted the 7.x-master-header branch April 19, 2018 21:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants