diff options
Diffstat (limited to 'source/include/version.h')
-rw-r--r-- | source/include/version.h | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/source/include/version.h b/source/include/version.h index c046fbd2db..9d5070159c 100644 --- a/source/include/version.h +++ b/source/include/version.h @@ -1,7 +1,6 @@ /* Autogenerated by script/mkversion.sh */ #define SAMBA_VERSION_MAJOR 3 #define SAMBA_VERSION_MINOR 0 -#define SAMBA_VERSION_RELEASE 27 -#define SAMBA_VERSION_REVISION "a" -#define SAMBA_VERSION_OFFICIAL_STRING "3.0.27a" +#define SAMBA_VERSION_RELEASE 28 +#define SAMBA_VERSION_OFFICIAL_STRING "3.0.28" #define SAMBA_VERSION_STRING samba_version_string() |