Wireshark-commits: [Wireshark-commits] master 06ba81b: Build 2.1.1, second try.
From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Thu, 14 Jul 2016 19:34:56 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=06ba81b4f1acb371f7cbc2e351f6769a7d2627db
Submitter: Gerald Combs (gerald@xxxxxxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

06ba81b by Gerald Combs (gerald@xxxxxxxxxxxxx):

    Build 2.1.1, second try.
    
    The buildbots that create packages run `perl make-version.pl
    --set-release` at the beginning of each build. This in turn sets the
    extra version information for our generated packages to "-g<abbreviated
    hash>" for development builds, or "" (an empty string) for release
    builds.
    
    Hardcoding the extra version information to "-git" in CMakeLists.txt and
    configure.ac means we end up with wireshark-2.1.0-git.tar.bz2,
    Wireshark-win64-2.1.0-git.exe, etc. for release builds. Set them back to
    empty strings.
    
    Change-Id: Icdfb248d25ad4adbc9abe0bd938e410590e42828
    Reviewed-on: https://code.wireshark.org/review/16439
    Reviewed-by: Gerald Combs <gerald@xxxxxxxxxxxxx>
    

Actions performed:

    from  36e8a6c   Build 2.1.1.
    adds  06ba81b   Build 2.1.1, second try.


Summary of changes:
 CMakeLists.txt |    2 +-
 configure.ac   |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)