Nux

Merge lp:~gordallott/nux/nux-5.0 into lp:nux/2.0

Proposed by Gord Allott
Status: Merged
Approved by: Didier Roche-Tolomelli
Approved revision: 514
Merged at revision: 526
Proposed branch: lp:~gordallott/nux/nux-5.0
Merge into: lp:nux/2.0
Diff against target: 21 lines (+3/-6)
1 file modified
configure.ac (+3/-6)
To merge this branch: bzr merge lp:~gordallott/nux/nux-5.0
Reviewer Review Type Date Requested Status
Didier Roche-Tolomelli Approve
Tim Penhey (community) Approve
Jay Taoko (community) Approve
Review via email: mp+80469@code.launchpad.net

Description of the change

Updates nux to nux 2.0 - including pc file and libs

To post a comment you must log in.
Revision history for this message
Jay Taoko (jaytaoko) :
review: Approve
Revision history for this message
Tim Penhey (thumper) wrote :

Looks fine to me.

review: Approve
Revision history for this message
Didier Roche-Tolomelli (didrocks) wrote :

Time to fire the job, the packaging changes have been done.

review: Approve
Revision history for this message
Unity Merger (unity-merger) wrote :

Attempt to merge into lp:nux failed due to conflicts:

text conflict in configure.ac

lp:~gordallott/nux/nux-5.0 updated
514. By Gord Allott

resolved conflicts, updated to latest trunk

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
=== modified file 'configure.ac'
--- configure.ac 2011-12-05 16:14:44 +0000
+++ configure.ac 2011-12-06 11:32:24 +0000
@@ -13,14 +13,11 @@
13# - Increase micro_version to the next odd number13# - Increase micro_version to the next odd number
14# - Increase interface_version to the next odd number14# - Increase interface_version to the next odd number
15# 15#
16m4_define([nux_major_version], [1])16m4_define([nux_major_version], [2])
17m4_define([nux_minor_version], [16])17m4_define([nux_minor_version], [0])
18m4_define([nux_micro_version], [0])18m4_define([nux_micro_version], [0])
1919
20# Bump this when we break API20m4_define([nux_api_version], [2.0])
21m4_define([nux_api_version], [1.0])
22
23# Bump this when we break ABI
24# Increase the number (to the current date) everytime you propose a branch that breaks the API or ABI21# Increase the number (to the current date) everytime you propose a branch that breaks the API or ABI
25# The number format is : year/month/day22# The number format is : year/month/day
26# e.g.: december 5th, 2011 is: 2011120523# e.g.: december 5th, 2011 is: 20111205

Subscribers

People subscribed via source and target branches

to all changes: