Changeset 337 for GPL/branches/uniaud32-2.0
- Timestamp:
- Apr 3, 2008, 10:51:28 AM (17 years ago)
- Location:
- GPL/branches/uniaud32-2.0
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
GPL/branches/uniaud32-2.0/include/version.h
r335 r337 13 13 #define PRODUCT_NAME "Universal Audio Driver for OS/2 and eComStation" 14 14 #define VENDOR_NAME "Netlabs" 15 #define PRODUCT_TIMESTAMP 2008040 2L // YYYYMMDD15 #define PRODUCT_TIMESTAMP 20080403L // YYYYMMDD 16 16 #define UNIAUD_VERSION "1.9.2-SVN r334" 17 17 #define ALSA_VERSION "1.0.16" -
GPL/branches/uniaud32-2.0/lib32/ossidc.cpp
r319 r337 31 31 #include <devhelp.h> 32 32 #include <unicard.h> 33 #include <version.h> 33 34 #ifdef KEE 34 35 #include <kee.h> … … 109 110 return OSSERR_INIT_FAILED; 110 111 } 111 112 dprintf(("Uniaud version %s",UNIAUD_VERSION)); 112 113 dprintf(("OSS32_Initialize. Start address: %X", OffsetBeginCS32)); 113 114 // DebugInt3(); -
GPL/branches/uniaud32-2.0/uniaud.inc
r334 r337 7 7 # BUILDVERSION must be 3 parts, and only numbers like 5.44.108 8 8 # It is best that 2'nd number is always 2 digits, eg at least 10 9 BUILDVERSION = 1.9. 29 BUILDVERSION = 1.9.3 10 10 11 11 # Fixpack version … … 13 13 # ex RC3 GA FIXPACK2 beta_47 14 14 # Comment out to avoid a fixpack line in bldlevel 15 FIXPACK = SVN r 33415 FIXPACK = SVN r??? 16 16 17 17 # ALSA BUILD VERSION
Note:
See TracChangeset
for help on using the changeset viewer.