Skip to content
Snippets Groups Projects
Commit fd7df671 authored by Howard Chu's avatar Howard Chu
Browse files

Split version.sh to version.var; fix invocation in mkrelease

parent 0b5ab06e
Branches
Tags
No related merge requests found
......@@ -47,7 +47,7 @@ if test ! -e $RELNAME/build/version.sh ; then
exit 1
fi
. $RELNAME/build/version.sh
eval `$RELNAME/build/version.sh`
tar cf $RELNAME.tar $RELNAME
gzip -9 -c $RELNAME.tar > $RELNAME.tgz
......
......@@ -4,13 +4,8 @@
## COPYING RESTRICTIONS APPLY. See COPYRIGHT File in top level directory
## of this package for details.
#
ol_package=OpenLDAP
ol_major=2
ol_minor=X
ol_patch=X
ol_api_inc=000000
ol_api_lib=0:0:0
ol_release_date="00/00/0000"
DIR=`dirname $0`
. $DIR/version.var
if test $ol_patch != X ; then
ol_version=${ol_major}.${ol_minor}.${ol_patch}
......
#! /bin/sh
# $OpenLDAP$
## Copyright 2000-2003 The OpenLDAP Foundation
## COPYING RESTRICTIONS APPLY. See COPYRIGHT File in top level directory
## of this package for details.
#
ol_package=OpenLDAP
ol_major=2
ol_minor=X
ol_patch=X
ol_api_inc=000000
ol_api_lib=0:0:0
ol_release_date="00/00/0000"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment