mirror of
https://git.openldap.org/openldap/openldap.git
synced 2024-12-21 03:10:25 +08:00
1d82d1d86a
Makefile.in with every release. (works similar to OpenLDAP's main version.sh/version.var)
11 lines
343 B
Bash
Executable File
11 lines
343 B
Bash
Executable File
#! /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
|