Ignore:
Timestamp:
Apr 3, 2008, 10:51:28 AM (17 years ago)
Author:
Paul Smedley
Message:

Print version number to debug log, bump version to 1.9.3

Location:
GPL/branches/uniaud32-2.0
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • GPL/branches/uniaud32-2.0/include/version.h

    r335 r337  
    1313#define PRODUCT_NAME            "Universal Audio Driver for OS/2 and eComStation"
    1414#define VENDOR_NAME             "Netlabs"
    15 #define PRODUCT_TIMESTAMP       20080402L       // YYYYMMDD
     15#define PRODUCT_TIMESTAMP       20080403L       // YYYYMMDD
    1616#define UNIAUD_VERSION          "1.9.2-SVN r334"
    1717#define ALSA_VERSION            "1.0.16"
  • GPL/branches/uniaud32-2.0/lib32/ossidc.cpp

    r319 r337  
    3131#include <devhelp.h>
    3232#include <unicard.h>
     33#include <version.h>
    3334#ifdef KEE
    3435#include <kee.h>
     
    109110        return OSSERR_INIT_FAILED;
    110111    }
    111 
     112    dprintf(("Uniaud version %s",UNIAUD_VERSION));
    112113    dprintf(("OSS32_Initialize. Start address: %X", OffsetBeginCS32));
    113114//    DebugInt3();
  • GPL/branches/uniaud32-2.0/uniaud.inc

    r334 r337  
    77# BUILDVERSION must be 3 parts, and only numbers like 5.44.108
    88# It is best that 2'nd number is always 2 digits, eg at least 10
    9 BUILDVERSION = 1.9.2
     9BUILDVERSION = 1.9.3
    1010
    1111# Fixpack version
     
    1313# ex RC3  GA  FIXPACK2 beta_47
    1414# Comment out to avoid a fixpack line in bldlevel
    15 FIXPACK = SVN r334
     15FIXPACK = SVN r???
    1616
    1717# ALSA BUILD VERSION
Note: See TracChangeset for help on using the changeset viewer.