mirror of
https://git.openldap.org/openldap/openldap.git
synced 2024-12-09 02:52:04 +08:00
11 lines
351 B
Bash
Executable File
11 lines
351 B
Bash
Executable File
#! /bin/sh
|
|
# $OpenLDAP$
|
|
#
|
|
# Copyright 2008-2021 The OpenLDAP Foundation. All Rights Reserved.
|
|
# COPYING RESTRICTIONS APPLY, see COPYRIGHT file
|
|
DIR=`dirname $0`
|
|
. $DIR/version.var
|
|
|
|
echo OL_CPP_API_VERSION=$ol_cpp_api_current:$ol_cpp_api_revision:$ol_cpp_api_age
|
|
echo OL_CPP_API_RELEASE=$ol_cpp_api_rel_major.$ol_cpp_api_rel_minor.$ol_cpp_api_rel_patch
|