Ticket #7634 (closed: fixed)

Opened 7 years ago

Last modified 5 years ago

Update version number to 2.6

Reported by: Martyn Gigg Owned by: Martyn Gigg
Priority: blocker Milestone: Release 2.6
Component: Framework Keywords:
Cc: Blocked By:
Blocking: Tester: Nick Draper

Description


Change History

comment:1 Changed 7 years ago by Martyn Gigg

  • Status changed from new to inprogress

Update major version to 2.6.

Refs #7634

Changeset: 70f8dccaff1fe0f7e70833a1b892f54f24728a0e

comment:2 Changed 7 years ago by Martyn Gigg

Branch: feature/7634_version_number_2.6

Tester: Easiest way to check is to look at the version number of the packages built by the last build of develop. The minor number should 6.

In order to get the correct version number calculated on the master build a slight variation of normal testing procedure is required as we need to tag the merge commit.

git checkout master
git fetch -p
git reset --hard origin/master
git merge --no-ff origin/feature/7634_version_number_2.6
git tag -a -m"Release version 2.6" v2.6 HEAD
git push origin v2.6
git push origin master

Double-check the incremental builds say version 2.6.0.

comment:3 Changed 7 years ago by Martyn Gigg

  • Status changed from inprogress to verify
  • Resolution set to fixed

comment:4 Changed 7 years ago by Nick Draper

  • Status changed from verify to verifying
  • Tester set to Nick Draper

comment:5 Changed 7 years ago by Nick Draper

Code change review is clear and simple.

comment:6 Changed 7 years ago by Nick Draper

  • Status changed from verifying to closed

Merge remote-tracking branch 'origin/feature/7634_version_number_2.6'

comment:7 Changed 5 years ago by Stuart Campbell

This ticket has been transferred to github issue 8479

Note: See TracTickets for help on using tickets.