File: version.sh

package info (click to toggle)
openldap 2.5.13%2Bdfsg-5
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 30,532 kB
  • sloc: ansic: 322,627; sh: 44,981; cpp: 11,223; makefile: 3,103; sql: 1,714; perl: 672; python: 184; tcl: 45
file content (10 lines) | stat: -rwxr-xr-x 351 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
#! /bin/sh
# $OpenLDAP$
#
# Copyright 2008-2022 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