Merge lp:~bregma/unity/unity-7.1.0 into lp:unity

Proposed by Stephen M. Webb
Status: Merged
Approved by: Marco Trevisan (Treviño)
Approved revision: no longer in the source branch.
Merged at revision: 3442
Proposed branch: lp:~bregma/unity/unity-7.1.0
Merge into: lp:unity
Diff against target: 28 lines (+8/-2)
2 files modified
CMakeLists.txt (+2/-2)
debian/changelog (+6/-0)
To merge this branch: bzr merge lp:~bregma/unity/unity-7.1.0
Reviewer Review Type Date Requested Status
PS Jenkins bot (community) continuous-integration Approve
Marco Trevisan (Treviño) Approve
Review via email: mp+176924@code.launchpad.net

Commit message

release Unity 7.1.0

Description of the change

Release Unity 7.1.0.

To post a comment you must log in.
Revision history for this message
PS Jenkins bot (ps-jenkins) wrote :
review: Needs Fixing (continuous-integration)
Revision history for this message
Marco Trevisan (Treviño) (3v1n0) wrote :

+1

review: Approve
Revision history for this message
PS Jenkins bot (ps-jenkins) :
review: Approve (continuous-integration)

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 2013-07-10 17:12:02 +0000
3+++ CMakeLists.txt 2013-07-25 11:51:26 +0000
4@@ -9,8 +9,8 @@
5 #
6 set (PROJECT_NAME "unity")
7 set (UNITY_MAJOR 7)
8-set (UNITY_MINOR 0)
9-set (UNITY_MICRO 2)
10+set (UNITY_MINOR 1)
11+set (UNITY_MICRO 0)
12 set (UNITY_VERSION "${UNITY_MAJOR}.${UNITY_MINOR}.${UNITY_MICRO}")
13 set (UNITY_API_VERSION "6.0")
14 set (UNITY_COMPONENTS_VERSION "6")
15
16=== modified file 'debian/changelog'
17--- debian/changelog 2013-07-23 13:59:34 +0000
18+++ debian/changelog 2013-07-25 11:51:26 +0000
19@@ -1,3 +1,9 @@
20+unity (7.1.0-0ubuntu1) UNRELEASED; urgency=low
21+
22+ * upstream release 7.1.0
23+
24+ -- Stephen M. Webb <stephen.webb@bregmasoft.ca> Wed, 24 Jul 2013 14:39:01 -0400
25+
26 unity (7.0.2+13.10.20130723.1-0ubuntu1) saucy; urgency=low
27
28 [ Marco Trevisan (Treviño) ]