Changeset 194 for sbliveos2


Ignore:
Timestamp:
Sep 28, 2001, 2:13:06 PM (24 years ago)
Author:
sandervl
Message:

header updates

Location:
sbliveos2/trunk/include
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • sbliveos2/trunk/include/ossidc.h

    r171 r194  
    159159#define MIX_SETAUXVOL                   17
    160160#define MIX_SETAUXMUTE                  18
     161#define MIX_SETPCMVOL                   19
     162#define MIX_SETPCMMUTE                  20
    161163
    162164#define MAKE_VOLUME_LR(l, r)            ((r << 8) | l)
  • sbliveos2/trunk/include/sbversion.h

    r188 r194  
    2525#define __SBVERSION_H__
    2626
    27 #define SBLIVE_VERSION "0.7.5"
     27#define SBLIVE_VERSION "0.8.0"
    2828
    2929#endif //__SBVERSION_H__
  • sbliveos2/trunk/include/version.mak

    r188 r194  
    1111
    1212_VENDOR = Creative Labs SoundBlaster Live
    13 _VERSION = 0.75.000
     13_VERSION = 0.80.000
    1414
    1515FILEVER = @^#$(_VENDOR):$(_VERSION)^#@
Note: See TracChangeset for help on using the changeset viewer.