Skip to content
This repository has been archived by the owner on Sep 22, 2022. It is now read-only.

Commit

Permalink
reopenldap: release v1.1.2
Browse files Browse the repository at this point in the history
Change-Id: I465b027933f65e61d584c5e20c6bcbf1677990b1
  • Loading branch information
erthink committed Jul 30, 2016
1 parent 9037f0e commit bf1bae9
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 14 deletions.
2 changes: 1 addition & 1 deletion build/BRANDING
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ PACKAGE=ReOpenLDAP
PACKAGE_URL="https://github.com/ReOpen/ReOpenLDAP/wiki"
PACKAGE_BUGREPORT="https://github.com/ReOpen/ReOpenLDAP/issues"

RELEASE_TYPE=Devel
RELEASE_TYPE=Release

VERSION_MAJOR=1
VERSION_MINOR=1
Expand Down
26 changes: 13 additions & 13 deletions configure
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#! /bin/sh
# From configure.ac Id: 8c9139400f1cfd3f68bc9b65828515fe85e91ee1 .
# Guess values for system-dependent variables and create Makefiles.
# Generated by GNU Autoconf 2.69 for ReOpenLDAP 1.1.2-Devel 1.1.2.
# Generated by GNU Autoconf 2.69 for ReOpenLDAP 1.1.2-Release 1.1.2.
#
# Report bugs to <https://github.com/ReOpen/ReOpenLDAP/issues>.
#
Expand Down Expand Up @@ -614,10 +614,10 @@ MFLAGS=
MAKEFLAGS=

# Identity of this package.
PACKAGE_NAME='ReOpenLDAP 1.1.2-Devel'
PACKAGE_NAME='ReOpenLDAP 1.1.2-Release'
PACKAGE_TARNAME='reopenldap'
PACKAGE_VERSION='1.1.2'
PACKAGE_STRING='ReOpenLDAP 1.1.2-Devel 1.1.2'
PACKAGE_STRING='ReOpenLDAP 1.1.2-Release 1.1.2'
PACKAGE_BUGREPORT='https://github.com/ReOpen/ReOpenLDAP/issues'
PACKAGE_URL='https://github.com/ReOpen/ReOpenLDAP/wiki'

Expand Down Expand Up @@ -1728,7 +1728,7 @@ if test "$ac_init_help" = "long"; then
# Omit some internal or obsolete options to make the list less imposing.
# This message is too long to be a string in the A/UX 3.1 sh.
cat <<_ACEOF
\`configure' configures ReOpenLDAP 1.1.2-Devel 1.1.2 to adapt to many kinds of systems.
\`configure' configures ReOpenLDAP 1.1.2-Release 1.1.2 to adapt to many kinds of systems.

Usage: $0 [OPTION]... [VAR=VALUE]...

Expand Down Expand Up @@ -1800,7 +1800,7 @@ fi

if test -n "$ac_init_help"; then
case $ac_init_help in
short | recursive ) echo "Configuration of ReOpenLDAP 1.1.2-Devel 1.1.2:";;
short | recursive ) echo "Configuration of ReOpenLDAP 1.1.2-Release 1.1.2:";;
esac
cat <<\_ACEOF

Expand Down Expand Up @@ -1956,7 +1956,7 @@ Use these variables to override the choices made by `configure' or to help
it to find libraries and programs with nonstandard names/locations.

Report bugs to <https://github.com/ReOpen/ReOpenLDAP/issues>.
ReOpenLDAP 1.1.2-Devel home page: <https://github.com/ReOpen/ReOpenLDAP/wiki>.
ReOpenLDAP 1.1.2-Release home page: <https://github.com/ReOpen/ReOpenLDAP/wiki>.
_ACEOF
ac_status=$?
fi
Expand Down Expand Up @@ -2019,7 +2019,7 @@ fi
test -n "$ac_init_help" && exit $ac_status
if $ac_init_version; then
cat <<\_ACEOF
ReOpenLDAP 1.1.2-Devel configure 1.1.2
ReOpenLDAP 1.1.2-Release configure 1.1.2
generated by GNU Autoconf 2.69

Copyright (C) 2012 Free Software Foundation, Inc.
Expand Down Expand Up @@ -2872,7 +2872,7 @@ cat >config.log <<_ACEOF
This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.

It was created by ReOpenLDAP 1.1.2-Devel $as_me 1.1.2, which was
It was created by ReOpenLDAP 1.1.2-Release $as_me 1.1.2, which was
generated by GNU Autoconf 2.69. Invocation command line was

$ $0 $@
Expand Down Expand Up @@ -13109,9 +13109,9 @@ VERSION_MINOR=1

VERSION_PATCH=2

RELEASE_DATE=2016-07-29
RELEASE_DATE=2016-07-30

RELEASE_STAMP=g021129abbeaa-t7abb4cbb6650ad45
RELEASE_STAMP=g9037f0ecc2ae-t95c103de00f44d29

API_LIB_RELEASE=1.1

Expand Down Expand Up @@ -35173,7 +35173,7 @@ cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
# report actual input values of CONFIG_FILES etc. instead of their
# values after options handling.
ac_log="
This file was extended by ReOpenLDAP 1.1.2-Devel $as_me 1.1.2, which was
This file was extended by ReOpenLDAP 1.1.2-Release $as_me 1.1.2, which was
generated by GNU Autoconf 2.69. Invocation command line was

CONFIG_FILES = $CONFIG_FILES
Expand Down Expand Up @@ -35234,13 +35234,13 @@ Configuration commands:
$config_commands

Report bugs to <https://github.com/ReOpen/ReOpenLDAP/issues>.
ReOpenLDAP 1.1.2-Devel home page: <https://github.com/ReOpen/ReOpenLDAP/wiki>."
ReOpenLDAP 1.1.2-Release home page: <https://github.com/ReOpen/ReOpenLDAP/wiki>."

_ACEOF
cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
ac_cs_version="\\
ReOpenLDAP 1.1.2-Devel config.status 1.1.2
ReOpenLDAP 1.1.2-Release config.status 1.1.2
configured by $0, generated by GNU Autoconf 2.69,
with options \\"\$ac_cs_config\\"

Expand Down

2 comments on commit bf1bae9

@erthink
Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

TeamCity ReOpenLDAP :: master Build 65 is now running

@erthink
Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

TeamCity ReOpenLDAP :: master Build 65 outcome was SUCCESS
Summary: Tests passed Build time: 01:52:38

Please sign in to comment.