/usr/include/samba-4.0/samba/version.h is in samba-dev 2:4.1.6+dfsg-1ubuntu2.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 | /* Autogenerated by waf */
#define SAMBA_VERSION_MAJOR 4
#define SAMBA_VERSION_MINOR 1
#define SAMBA_VERSION_RELEASE 6
#define SAMBA_VERSION_OFFICIAL_STRING "4.1.6"
#define SAMBA_VERSION_VENDOR_SUFFIX Ubuntu
#ifdef SAMBA_VERSION_VENDOR_FUNCTION
# define SAMBA_VERSION_STRING SAMBA_VERSION_VENDOR_FUNCTION
#else /* SAMBA_VERSION_VENDOR_FUNCTION */
# define SAMBA_VERSION_STRING "4.1.6-Ubuntu"
#endif
/* Version for mkrelease.sh:
SAMBA_VERSION_STRING=4.1.6-Ubuntu
*/
|