Line | |
---|
1 | /* Autogenerated by script/mkversion.sh */
|
---|
2 | #define SAMBA_VERSION_MAJOR 3
|
---|
3 | #define SAMBA_VERSION_MINOR 5
|
---|
4 | #define SAMBA_VERSION_RELEASE 0
|
---|
5 | #define SAMBA_VERSION_OFFICIAL_STRING "3.5.0"
|
---|
6 | #ifdef SAMBA_VERSION_VENDOR_FUNCTION
|
---|
7 | # define SAMBA_VERSION_STRING SAMBA_VERSION_VENDOR_FUNCTION
|
---|
8 | #else /* SAMBA_VERSION_VENDOR_FUNCTION */
|
---|
9 | # ifdef SAMBA_VERSION_VENDOR_SUFFIX
|
---|
10 | # ifdef SAMBA_VERSION_VENDOR_PATCH
|
---|
11 | # define SAMBA_VERSION_STRING SAMBA_VERSION_OFFICIAL_STRING "-" SAMBA_VERSION_VENDOR_SUFFIX "-" SAMBA_VERSION_VENDOR_PATCH_STRING
|
---|
12 | # else /* SAMBA_VERSION_VENDOR_PATCH */
|
---|
13 | # define SAMBA_VERSION_STRING SAMBA_VERSION_OFFICIAL_STRING "-" SAMBA_VERSION_VENDOR_SUFFIX
|
---|
14 | # endif /* SAMBA_VERSION_VENDOR_SUFFIX */
|
---|
15 | # else /* SAMBA_VERSION_VENDOR_FUNCTION */
|
---|
16 | # define SAMBA_VERSION_STRING SAMBA_VERSION_OFFICIAL_STRING
|
---|
17 | # endif
|
---|
18 | #endif
|
---|
Note:
See
TracBrowser
for help on using the repository browser.