Wireshark-commits: [Wireshark-commits] master 68efe64: make-version.pl: Fix version variable checks

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Mon, 04 Feb 2019 23:21:33 +0000
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=68efe641c8e93461820c63ad7ab54928309ec15b
Submitter: "Gerald Combs <gerald@xxxxxxxxxxxxx>"
Changed: branch: master
Repository: wireshark

Commits:

68efe64 by Gerald Combs (gerald@xxxxxxxxxxxxx):

    make-version.pl: Fix version variable checks.
    
    Use "defined" instead of checking the variable's value (which might
    be zero).
    
    Change-Id: Id24aa25971f73526761c9821846ac0abcf252978
    Reviewed-on: https://code.wireshark.org/review/31882
    Reviewed-by: Gerald Combs <gerald@xxxxxxxxxxxxx>
    

Actions performed:

    from  cdfc56b   Qt: Add missing main menu mnemonics.
     add  68efe64   make-version.pl: Fix version variable checks.


Summary of changes:
 tools/make-version.pl | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)