Wireshark-commits: [Wireshark-commits] master 9031281: CMake: Get rid of FULL_SO_VERSION

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Thu, 07 Jun 2018 04:01:49 +0000
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=9031281672206803c4344a68a7f1c2f3b230fa56
Submitter: Anders Broman (a.broman58@xxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

9031281 by Gerald Combs (gerald@xxxxxxxxxxxxx):

    CMake: Get rid of FULL_SO_VERSION
    
    gd2e0724afc moved our library versions into their own variables named
    FULL_SO_VERSION. They're no longer used and interfere with
    tools/release-update-debian-soversions.sh so remove them.
    
    Fix some shellcheck warnings in release-update-debian-soversions.sh
    while we're here.
    
    Bug: 14778
    Change-Id: I0eb0bb4ab4c482bdb8a94f8c18aa04c6c83c781b
    Reviewed-on: https://code.wireshark.org/review/28068
    Reviewed-by: Gerald Combs <gerald@xxxxxxxxxxxxx>
    Petri-Dish: Gerald Combs <gerald@xxxxxxxxxxxxx>
    Tested-by: Petri Dish Buildbot
    Reviewed-by: Anders Broman <a.broman58@xxxxxxxxx>
    

Actions performed:

    from  6bb5a7a   lemon: Make it build with __clang_analyzer__ defined
    adds  9031281   CMake: Get rid of FULL_SO_VERSION


Summary of changes:
 CMakeLists.txt                            | 1 +
 codecs/CMakeLists.txt                     | 4 +---
 epan/CMakeLists.txt                       | 4 +---
 make-version.pl                           | 4 ++--
 tools/release-update-debian-soversions.sh | 8 ++++----
 wiretap/CMakeLists.txt                    | 4 +---
 wsutil/CMakeLists.txt                     | 4 +---
 7 files changed, 11 insertions(+), 18 deletions(-)