Ignore:
Timestamp:
Aug 5, 2009, 6:34:45 PM (16 years ago)
Author:
Herwig Bauernfeind
Message:

Update 3.0 to final 3.0.36 (source)

Location:
branches/samba-3.0/source/include
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/samba-3.0/source/include/includes.h

    r140 r312  
    209209#endif
    210210
    211 #if HAVE_GSSAPI_H
    212 #include <gssapi.h>
    213 #elif HAVE_GSSAPI_GSSAPI_H
     211#if HAVE_GSSAPI_GSSAPI_H
    214212#include <gssapi/gssapi.h>
    215213#elif HAVE_GSSAPI_GSSAPI_GENERIC_H
    216214#include <gssapi/gssapi_generic.h>
     215#elif HAVE_GSSAPI_H
     216#include <gssapi.h>
    217217#endif
    218218
  • branches/samba-3.0/source/include/version.h

    r286 r312  
    22#define SAMBA_VERSION_MAJOR 3
    33#define SAMBA_VERSION_MINOR 0
    4 #define SAMBA_VERSION_RELEASE 35
    5 #define SAMBA_VERSION_OFFICIAL_STRING "3.0.35"
     4#define SAMBA_VERSION_RELEASE 36
     5#define SAMBA_VERSION_OFFICIAL_STRING "3.0.36"
     6#define SAMBA_VERSION_VENDOR_SUFFIX "eCS 1.0.2"
    67#define SAMBA_VERSION_STRING samba_version_string()
Note: See TracChangeset for help on using the changeset viewer.