VirtualBox

Changeset 16885 in vbox for trunk


Ignore:
Timestamp:
Feb 18, 2009 10:15:47 AM (16 years ago)
Author:
vboxsync
Message:

use ' r' instead of '.' to separate the subversion revision from the version like we do it in the release log

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Frontends/VirtualBox/src/VBoxProblemReporter.cpp

    r16872 r16885  
    23822382{
    23832383    CVirtualBox vbox = vboxGlobal().virtualBox();
    2384     QString fullVersion (QString ("%1.%2").arg (vbox.GetVersion())
     2384    QString fullVersion (QString ("%1 r%2").arg (vbox.GetVersion())
    23852385                                          .arg (vbox.GetRevision()));
    23862386    AssertWrapperOk (vbox);
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette