Merge lp:~jpakkane/libcolumbus/050-bump into lp:libcolumbus

Proposed by Jussi Pakkanen
Status: Merged
Approved by: Didier Roche-Tolomelli
Approved revision: 446
Merged at revision: 446
Proposed branch: lp:~jpakkane/libcolumbus/050-bump
Merge into: lp:libcolumbus
Diff against target: 26 lines (+7/-1)
2 files modified
CMakeLists.txt (+1/-1)
debian/changelog (+6/-0)
To merge this branch: bzr merge lp:~jpakkane/libcolumbus/050-bump
Reviewer Review Type Date Requested Status
Didier Roche-Tolomelli Approve
PS Jenkins bot (community) continuous-integration Approve
Review via email: mp+160331@code.launchpad.net

Commit message

Bump version number.

Description of the change

Since new work on trunk should start soon(ish), bump version number.

The next release will most likely be API and ABI incompatible. It might have version number 1.0.0 or something else. We just don't know yet. This bump is just to set it apart from the 0.4 release branch so they won't be mixed up by accident.

To post a comment you must log in.
Revision history for this message
PS Jenkins bot (ps-jenkins) wrote :
review: Approve (continuous-integration)
Revision history for this message
Didier Roche-Tolomelli (didrocks) wrote :

This looks good, thanks!

review: Approve

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-04-03 13:50:54 +0000
3+++ CMakeLists.txt 2013-04-23 11:11:34 +0000
4@@ -38,7 +38,7 @@
5 set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -fvisibility=hidden")
6
7 set(SO_VERSION_MAJOR "0")
8-set(SO_VERSION_MINOR "4")
9+set(SO_VERSION_MINOR "5")
10 set(SO_VERSION_PATCH "0")
11
12 set(SO_VERSION "${SO_VERSION_MAJOR}.${SO_VERSION_MINOR}.${SO_VERSION_PATCH}")
13
14=== modified file 'debian/changelog'
15--- debian/changelog 2013-04-15 02:03:11 +0000
16+++ debian/changelog 2013-04-23 11:11:34 +0000
17@@ -1,3 +1,9 @@
18+libcolumbus (0.5.0-0ubuntu1) UNRELEASED; urgency=low
19+
20+ * Bump version number to prepare for new work
21+
22+ -- Jussi Pakkanen <jussi.pakkanen@ubuntu.com> Tue, 23 Apr 2013 14:01:45 +0300
23+
24 libcolumbus (0.4.0daily13.04.15-0ubuntu1) raring; urgency=low
25
26 * Automatic snapshot from revision 443

Subscribers

People subscribed via source and target branches

to all changes: