Changeset 340 for branches/samba-3.2.x/source/include
- Timestamp:
- Oct 8, 2009, 8:16:40 AM (16 years ago)
- Location:
- branches/samba-3.2.x/source/include
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/samba-3.2.x/source/include/smb.h
r232 r340 760 760 struct timeval end_time; /* When does this time out? */ 761 761 bool encrypted; 762 bool processed; 762 763 DATA_BLOB buf; 763 764 DATA_BLOB private_data; -
branches/samba-3.2.x/source/include/version.h
r335 r340 2 2 #define SAMBA_VERSION_MAJOR 3 3 3 #define SAMBA_VERSION_MINOR 2 4 #define SAMBA_VERSION_RELEASE 1 45 #define SAMBA_VERSION_OFFICIAL_STRING "3.2.1 4"4 #define SAMBA_VERSION_RELEASE 15 5 #define SAMBA_VERSION_OFFICIAL_STRING "3.2.15" 6 6 #define SAMBA_VERSION_STRING samba_version_string()
Note:
See TracChangeset
for help on using the changeset viewer.