Merge lp:~mir-team/miral/update-version into lp:miral

Proposed by Cemil Azizoglu
Status: Rejected
Rejected by: Cemil Azizoglu
Proposed branch: lp:~mir-team/miral/update-version
Merge into: lp:miral
Diff against target: 13 lines (+2/-2)
1 file modified
CMakeLists.txt (+2/-2)
To merge this branch: bzr merge lp:~mir-team/miral/update-version
Reviewer Review Type Date Requested Status
Alan Griffiths Disapprove
Review via email: mp+314854@code.launchpad.net

Commit message

Update version to 1.1.0 for the Mir 0.26 release.

Description of the change

Update version to 1.1.0 for the Mir 0.26 release.

To post a comment you must log in.
Revision history for this message
Alan Griffiths (alan-griffiths) wrote :

I'm working on the necessary changes elsewhere: lp:~alan-griffiths/miral/init-1.1/+merge/313249

review: Disapprove

Unmerged revisions

480. By Cemil Azizoglu

Update version

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'CMakeLists.txt'
2--- CMakeLists.txt 2017-01-06 12:47:47 +0000
3+++ CMakeLists.txt 2017-01-16 15:07:10 +0000
4@@ -46,8 +46,8 @@
5 include_directories(include SYSTEM ${MIRCLIENT_INCLUDE_DIRS})
6
7 set(MIRAL_VERSION_MAJOR 1)
8-set(MIRAL_VERSION_MINOR 0)
9-set(MIRAL_VERSION_PATCH 1)
10+set(MIRAL_VERSION_MINOR 1)
11+set(MIRAL_VERSION_PATCH 0)
12
13 set(MIRAL_VERSION ${MIRAL_VERSION_MAJOR}.${MIRAL_VERSION_MINOR}.${MIRAL_VERSION_PATCH})
14

Subscribers

People subscribed via source and target branches

to all changes: