mirror of
https://git.openldap.org/openldap/openldap.git
synced 2024-12-21 03:10:25 +08:00
11 lines
343 B
Bash
11 lines
343 B
Bash
|
#! /bin/sh
|
||
|
# $OpenLDAP$
|
||
|
#
|
||
|
# Copyright 2008, 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
|