summaryrefslogtreecommitdiff
path: root/source4
diff options
context:
space:
mode:
Diffstat (limited to 'source4')
-rw-r--r--source4/VERSION2
-rwxr-xr-xsource4/script/mkrelease.sh3
2 files changed, 1 insertions, 4 deletions
diff --git a/source4/VERSION b/source4/VERSION
index 92a4f00ce3..99fc68f620 100644
--- a/source4/VERSION
+++ b/source4/VERSION
@@ -57,7 +57,7 @@ SAMBA_VERSION_TP_RELEASE=
# e.g. SAMBA_VERSION_ALPHA_RELEASE=1 #
# -> "4.0.0alpha1" #
########################################################
-SAMBA_VERSION_ALPHA_RELEASE=9
+SAMBA_VERSION_ALPHA_RELEASE=10
########################################################
# For 'pre' releases the version will be #
diff --git a/source4/script/mkrelease.sh b/source4/script/mkrelease.sh
index 69ddaa213e..303dfe6d95 100755
--- a/source4/script/mkrelease.sh
+++ b/source4/script/mkrelease.sh
@@ -11,9 +11,6 @@ OUTDIR=`mktemp -d samba-XXXXX`
echo SAMBA_VERSION_IS_GIT_SNAPSHOT=no >> $OUTDIR/source4/VERSION
-rm -f $OUTDIR/source4/ldap_server/devdocs/rfc????.txt \
- $OUTDIR/source4/heimdal/lib/wind/rfc????.txt
-
#Prepare the tarball for a Samba4 release, with some generated files,
#but without Samba3 stuff (to avoid confusion)
( cd $OUTDIR/ || exit 1