From 0d9cc2d5333a0f8eb4f92b47a664f979f0ea6bdd Mon Sep 17 00:00:00 2001 From: Andrew Bartlett Date: Mon, 30 Jun 2008 14:08:03 +1000 Subject: Mark as alpha5 release --- source/VERSION | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source') diff --git a/source/VERSION b/source/VERSION index 7a526c625e4..cd9968a4ef0 100644 --- a/source/VERSION +++ b/source/VERSION @@ -89,7 +89,7 @@ SAMBA_VERSION_RC_RELEASE= # e.g. SAMBA_VERSION_IS_SVN_SNAPSHOT=yes # # -> "3.0.0-SVN-build-199" # ######################################################## -SAMBA_VERSION_IS_GIT_SNAPSHOT=yes +SAMBA_VERSION_IS_GIT_SNAPSHOT=no ######################################################## # This is for specifying a release nickname # -- cgit From 72aaa905b3a9c71578c362554b6ab75edd2cd695 Mon Sep 17 00:00:00 2001 From: Andrew Bartlett Date: Mon, 30 Jun 2008 19:31:20 +1000 Subject: Ensure we install smbd as well... --- source/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source') diff --git a/source/Makefile b/source/Makefile index e43ccf77317..93c6f4575df 100644 --- a/source/Makefile +++ b/source/Makefile @@ -178,7 +178,7 @@ showflags:: # The permissions to give the executables INSTALLPERMS = 0755 -install:: showlayout everything installbin installdat installswat installmisc \ +install:: showlayout everything installbin installsbin installdat installswat installmisc \ installlib installheader installpc installplugins # DESTDIR is used here to prevent packagers wasting their time -- cgit