Changeset 336 for branches/samba-3.0/source/include
- Timestamp:
- Oct 8, 2009, 7:51:22 AM (16 years ago)
- Location:
- branches/samba-3.0/source/include
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/samba-3.0/source/include/smb.h
r165 r336 760 760 struct timeval request_time; /* When was this first issued? */ 761 761 struct timeval end_time; /* When does this time out? */ 762 bool processed; 762 763 DATA_BLOB buf; 763 764 DATA_BLOB private_data; -
branches/samba-3.0/source/include/version.h
r312 r336 2 2 #define SAMBA_VERSION_MAJOR 3 3 3 #define SAMBA_VERSION_MINOR 0 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" 4 #define SAMBA_VERSION_RELEASE 37 5 #define SAMBA_VERSION_OFFICIAL_STRING "3.0.37" 6 #define SAMBA_VERSION_VENDOR_SUFFIX "eCS 1.0.x-TEST" 7 #define SAMBA_VERSION_VENDOR_PATCH 20091006 7 8 #define SAMBA_VERSION_STRING samba_version_string()
Note:
See TracChangeset
for help on using the changeset viewer.