Changeset 916


Ignore:
Timestamp:
08/18/06 18:05:02 (7 years ago)
Author:
perry
Message:

Include stdint.h
Bump to beta3

Location:
trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/configure.in

    r904 r916  
    44# and in the README 
    55 
    6 AC_INIT(libtrace,3.0.0-beta2,[contact@wand.net.nz],libtrace) 
     6AC_INIT(libtrace,3.0.0-beta3,[contact@wand.net.nz],libtrace) 
    77 
    88LIBTRACE_MAJOR=3 
  • trunk/lib/libtrace.h.in

    r902 r916  
    8484    #define LT_BITFIELD64       uint64_t 
    8585#else 
     86#   include <stdint.h> 
    8687    #ifdef HAVE_GCCVISIBILITYPATCH 
    8788        #define DLLEXPORT __attribute__ (visibility("default")) 
Note: See TracChangeset for help on using the changeset viewer.