Wireshark-commits: [Wireshark-commits] master 0782a7a: More make-version.pl fixups.

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Thu, 5 Jan 2017 10:02:02 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=0782a7a15b4114bbcaa766fcd11ea827bb9107bc
Submitter: Anders Broman (a.broman58@xxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

0782a7a by Gerald Combs (gerald@xxxxxxxxxxxxx):

    More make-version.pl fixups.
    
    Don't add extra \n's. Change ".*([\r\n]+)$" matches to ".*?([\r\n]+)$"
    so that we don't greedily match the wrong line ending.
    
    Change-Id: I916ee49207eaac17e1e4c4f677558f7be13a099a
    Reviewed-on: https://code.wireshark.org/review/19541
    Petri-Dish: Alexis La Goutte <alexis.lagoutte@xxxxxxxxx>
    Tested-by: Petri Dish Buildbot <buildbot-no-reply@xxxxxxxxxxxxx>
    Reviewed-by: Anders Broman <a.broman58@xxxxxxxxx>
    

Actions performed:

    from  29aa889   Do RA_DISSECTORS in the Qt UI.
    adds  0782a7a   More make-version.pl fixups.


Summary of changes:
 make-version.pl |   27 ++++++++++++++-------------
 1 file changed, 14 insertions(+), 13 deletions(-)