Skip to content
Snippets Groups Projects
Commit 3b2b9f1c authored by Kurt Zeilenga's avatar Kurt Zeilenga
Browse files

mkrelease is too late for modification of the release. This

needs to be integrated into the MSVC build system.
parent dfe3b4fb
No related branches found
No related tags found
No related merge requests found
......@@ -44,13 +44,6 @@ fi
. $RELNAME/build/version.sh
# Update the version for NT
ed $RELNAME/include/portable.nt <<EOF
/OPENLDAP_VERSION
s;".*";"$ol_version";
wq
EOF
tar cf $RELNAME.tar $RELNAME
gzip -9 -c $RELNAME.tar > $RELNAME.tgz
md5 $RELNAME.tgz > $RELNAME.md5
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment