Changeset 338 for branches/samba-3.3.x/source/include
- Timestamp:
- Oct 8, 2009, 8:10:05 AM (16 years ago)
- Location:
- branches/samba-3.3.x/source/include
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/samba-3.3.x/source/include/smb.h
r222 r338 716 716 struct timeval end_time; /* When does this time out? */ 717 717 bool encrypted; 718 bool processed; 718 719 DATA_BLOB buf; 719 720 DATA_BLOB private_data; -
branches/samba-3.3.x/source/include/version.h
r309 r338 2 2 #define SAMBA_VERSION_MAJOR 3 3 3 #define SAMBA_VERSION_MINOR 3 4 #define SAMBA_VERSION_RELEASE 7 5 #define SAMBA_VERSION_OFFICIAL_STRING "3.3.7" 6 #define SAMBA_VERSION_VENDOR_SUFFIX "eCS 1.1.beta2" 4 #define SAMBA_VERSION_RELEASE 8 5 #define SAMBA_VERSION_OFFICIAL_STRING "3.3.8" 6 #define SAMBA_VERSION_VENDOR_SUFFIX "eCS 1.1.x-TEST" 7 #define SAMBA_VERSION_VENDOR_PATCH 20091006 8 #define SAMBA_VERSION_VENDOR_PATCH_STRING "20091006" 7 9 #define SAMBA_VERSION_STRING samba_version_string()
Note:
See TracChangeset
for help on using the changeset viewer.