Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Nadezhda Ivanova
OpenLDAP
Commits
7c20b1b4
Commit
7c20b1b4
authored
Feb 18, 2002
by
Kurt Zeilenga
Browse files
Update to 2.1 engineering
parent
59a66633
Changes
1
Hide whitespace changes
Inline
Side-by-side
build/version.sh
0 → 100755
View file @
7c20b1b4
#! /bin/sh
# $OpenLDAP$
## Copyright 2000-2002 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
=
1
ol_patch
=
X
ol_api_inc
=
20199
ol_api_lib
=
2:99:0
if
test
$ol_patch
!=
X
;
then
ol_version
=
${
ol_major
}
.
${
ol_minor
}
.
${
ol_patch
}
ol_type
=
Release
elif
test
$ol_minor
!=
X
;
then
ol_version
=
${
ol_major
}
.
${
ol_minor
}
.
${
ol_patch
}
ol_type
=
Engineering
else
ol_version
=
${
ol_major
}
.
${
ol_minor
}
ol_type
=
Devel
ol_api_lib
=
0:0:0
fi
ol_string
=
"
${
ol_package
}
${
ol_version
}
-
${
ol_type
}
"
echo
OL_PACKAGE
=
\"
${
ol_package
}
\"
echo
OL_MAJOR
=
$ol_major
echo
OL_MINOR
=
$ol_minor
echo
OL_PATCH
=
$ol_patch
echo
OL_API_INC
=
$ol_api_inc
echo
OL_API_LIB
=
$ol_api_lib
echo
OL_VERSION
=
$ol_version
echo
OL_TYPE
=
$ol_type
echo
OL_STRING
=
\"
${
ol_string
}
\"
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment