Wireshark-commits: [Wireshark-commits] master 1c322a1: Don't fallback to thinking we have SVN; say

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Mon, 19 Oct 2015 09:44:09 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=1c322a121431dfa27bcba5dcfc5915d9720a882f
Submitter: Michael Mann (mmann78@xxxxxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

1c322a1 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>
    

Actions performed:

    from  b98ebbc   Eliminate unused method arguments and class members.
    adds  1c322a1   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(-)