VirtualBox

Changeset 32157 in vbox for trunk/include/VBox


Ignore:
Timestamp:
Aug 31, 2010 3:26:53 PM (14 years ago)
Author:
vboxsync
Message:

pdmdrv.h: Increment the version, not the magic.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/VBox/pdmdrv.h

    r32135 r32157  
    642642} PDMDRVHLPRC;
    643643/** Current PDMDRVHLPRC version number. */
    644 #define PDM_DRVHLPRC_VERSION                    PDM_VERSION_MAKE(0xf0fA, 1, 0)
     644#define PDM_DRVHLPRC_VERSION                    PDM_VERSION_MAKE(0xf0f9, 2, 0)
    645645
    646646
     
    738738} PDMDRVHLPR0;
    739739/** Current DRVHLP version number. */
    740 #define PDM_DRVHLPR0_VERSION                    PDM_VERSION_MAKE(0xf0f9, 1, 0)
     740#define PDM_DRVHLPR0_VERSION                    PDM_VERSION_MAKE(0xf0f8, 2, 0)
    741741
    742742
     
    12281228} PDMDRVHLPR3;
    12291229/** Current DRVHLP version number. */
    1230 #define PDM_DRVHLPR3_VERSION                    PDM_VERSION_MAKE(0xf0fc, 1, 0)
     1230#define PDM_DRVHLPR3_VERSION                    PDM_VERSION_MAKE(0xf0fb, 2, 0)
    12311231
    12321232#endif /* IN_RING3 */
     
    13141314    return pDrvIns->CTX_SUFF(pHlp)->pfnFTSetCheckpoint(pDrvIns, enmType);
    13151315}
     1316
    13161317
    13171318#ifdef IN_RING3
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