1
0
Fork 0

release version 0.3.12

This commit is contained in:
Jan Steemann 2012-04-17 17:24:47 +02:00
parent 0c224a921b
commit ded90646e3
4 changed files with 13 additions and 13 deletions

View File

@ -1 +1 @@
0.3.11
0.3.12

20
configure vendored
View File

@ -1,6 +1,6 @@
#! /bin/sh
# Guess values for system-dependent variables and create Makefiles.
# Generated by GNU Autoconf 2.68 for triAGENS AvocadoDB 0.3.11.
# Generated by GNU Autoconf 2.68 for triAGENS AvocadoDB 0.3.12.
#
# Report bugs to <info@triagens.de>.
#
@ -560,8 +560,8 @@ MAKEFLAGS=
# Identity of this package.
PACKAGE_NAME='triAGENS AvocadoDB'
PACKAGE_TARNAME='avocado'
PACKAGE_VERSION='0.3.11'
PACKAGE_STRING='triAGENS AvocadoDB 0.3.11'
PACKAGE_VERSION='0.3.12'
PACKAGE_STRING='triAGENS AvocadoDB 0.3.12'
PACKAGE_BUGREPORT='info@triagens.de'
PACKAGE_URL='http://www.avocadodb.org'
@ -1382,7 +1382,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 triAGENS AvocadoDB 0.3.11 to adapt to many kinds of systems.
\`configure' configures triAGENS AvocadoDB 0.3.12 to adapt to many kinds of systems.
Usage: $0 [OPTION]... [VAR=VALUE]...
@ -1453,7 +1453,7 @@ fi
if test -n "$ac_init_help"; then
case $ac_init_help in
short | recursive ) echo "Configuration of triAGENS AvocadoDB 0.3.11:";;
short | recursive ) echo "Configuration of triAGENS AvocadoDB 0.3.12:";;
esac
cat <<\_ACEOF
@ -1599,7 +1599,7 @@ fi
test -n "$ac_init_help" && exit $ac_status
if $ac_init_version; then
cat <<\_ACEOF
triAGENS AvocadoDB configure 0.3.11
triAGENS AvocadoDB configure 0.3.12
generated by GNU Autoconf 2.68
Copyright (C) 2010 Free Software Foundation, Inc.
@ -2064,7 +2064,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 triAGENS AvocadoDB $as_me 0.3.11, which was
It was created by triAGENS AvocadoDB $as_me 0.3.12, which was
generated by GNU Autoconf 2.68. Invocation command line was
$ $0 $@
@ -3171,7 +3171,7 @@ fi
# Define the identity of the package.
PACKAGE='avocado'
VERSION='0.3.11'
VERSION='0.3.12'
cat >>confdefs.h <<_ACEOF
@ -9924,7 +9924,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 triAGENS AvocadoDB $as_me 0.3.11, which was
This file was extended by triAGENS AvocadoDB $as_me 0.3.12, which was
generated by GNU Autoconf 2.68. Invocation command line was
CONFIG_FILES = $CONFIG_FILES
@ -9991,7 +9991,7 @@ _ACEOF
cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
ac_cs_version="\\
triAGENS AvocadoDB config.status 0.3.11
triAGENS AvocadoDB config.status 0.3.12
configured by $0, generated by GNU Autoconf 2.68,
with options \\"\$ac_cs_config\\"

View File

@ -6,7 +6,7 @@ dnl ============================================================================
dnl PREAMBLE triAGENS GmbH Build Environment
dnl ============================================================================
AC_INIT([triAGENS AvocadoDB], [0.3.11], [info@triagens.de], [avocado], [http://www.avocadodb.org])
AC_INIT([triAGENS AvocadoDB], [0.3.12], [info@triagens.de], [avocado], [http://www.avocadodb.org])
dnl ----------------------------------------------------------------------------
dnl auxillary directory for install-sh and missing

View File

@ -1,7 +1,7 @@
#!/bin/bash
if [ "$#" -ne 1 ]; then
echo "usage: $0 <major>.<minor>.<pathlevel>"
echo "usage: $0 <major>.<minor>.<patchlevel>"
exit 1
fi