Wireshark-commits: [Wireshark-commits] master-2.0 627f57a: Don't fallback to thinking we have SVN;

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Sun, 17 Apr 2016 20:34:38 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=627f57a40696fe852f2a4e71d509a2325e62cd7e
Submitter: Guy Harris (guy@xxxxxxxxxxxx)
Changed: branch: master-2.0
Repository: wireshark

Commits:

627f57a by Jeff Morriss (jeff.morriss.ws@xxxxxxxxx):

    Don't fallback to thinking we have SVN; say Git if we didn't find a VCS.
    
    The 2.0.0rc0 Gtk+ GUI, when built from a source tarball, currently puts the
    version in the title bar with the string "SVN Rev Unknown".  This changes it
    to say "Git Rev Unknown".
    
    (I think there's a Better Way but that will come later.)
    
    Change-Id: I04c903f20554cf681bac09a51a3ef46bb41696f1
    Reviewed-on: https://code.wireshark.org/review/10984
    Reviewed-by: Gerald Combs <gerald@xxxxxxxxxxxxx>
    Reviewed-by: Michael Mann <mmann78@xxxxxxxxxxxx>
    (cherry picked from commit 1c322a121431dfa27bcba5dcfc5915d9720a882f)
    Reviewed-on: https://code.wireshark.org/review/14956
    Reviewed-by: Guy Harris <guy@xxxxxxxxxxxx>
    

Actions performed:

    from  cc501c7   Allow make-version.pl to use git when missing from path
    adds  627f57a   Don't fallback to thinking we have SVN; say Git if we didn't find a VCS.


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