[Pkg-voip-commits] [bctoolbox] 26/60: Revert : Increment the SO version

Bernhard Schmidt berni at moszumanska.debian.org
Sun Oct 15 22:42:24 UTC 2017


This is an automated email from the git hooks/post-receive script.

berni pushed a commit to branch debian/sid
in repository bctoolbox.

commit e93227f56dc0c2299de20ac1460bfdb72e8e695b
Author: Benjamin Reis <benjamin.reis at belledonne-communications.com>
Date:   Wed Apr 12 11:12:43 2017 +0200

    Revert : Increment the SO version
---
 CMakeLists.txt | 2 +-
 configure.ac   | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/CMakeLists.txt b/CMakeLists.txt
index 056db14..a8a5ad8 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -29,7 +29,7 @@ project(bctoolbox)
 set(BCTOOLBOX_VERSION_MAJOR 0)
 set(BCTOOLBOX_VERSION_MINOR 5)
 set(BCTOOLBOX_VERSION_PATCH 1)
-set(BCTOOLBOX_SO_VERSION 2) # the SO version has been incremented after the release of bctoolbox 0.5.1. Do not increment it before next release.
+set(BCTOOLBOX_SO_VERSION 1)
 set(BCTOOLBOXTESTER_SO_VERSION 1)
 
 set(BCTOOLBOX_VERSION "${BCTOOLBOX_VERSION_MAJOR}.${BCTOOLBOX_VERSION_MINOR}.${BCTOOLBOX_VERSION_PATCH}")
diff --git a/configure.ac b/configure.ac
index 14e3679..afb599d 100755
--- a/configure.ac
+++ b/configure.ac
@@ -5,8 +5,8 @@ AC_PREREQ([2.63])
 
 AC_INIT([bctoolbox],[0.5.1],[jehan.monnier at linphone.org])
 
-BCTOOLBOX_SO_CURRENT=2 dnl increment this number when you add/change/remove an interface. It has been incremented after the release of bctooblox 0.5.1. Do not increment before the next release.
-BCTOOLBOX_SO_REVISION=0 dnl increment this number when you change source code, without changing interfaces; set to 0 when incrementing CURRENT
+BCTOOLBOX_SO_CURRENT=1 dnl increment this number when you add/change/remove an interface
+BCTOOLBOX_SO_REVISION=1 dnl increment this number when you change source code, without changing interfaces; set to 0 when incrementing CURRENT
 BCTOOLBOX_SO_AGE=0 dnl increment this number when you add an interface, set to 0 if you remove an interface
 
 BCTOOLBOX_SO_VERSION=$BCTOOLBOX_SO_CURRENT:$BCTOOLBOX_SO_REVISION:$BCTOOLBOX_SO_AGE

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-voip/bctoolbox.git



More information about the Pkg-voip-commits mailing list