1
0
Fork 0

fixed version

This commit is contained in:
Frank Celler 2015-02-16 11:11:42 +01:00
parent 3b9b1510e5
commit 011e19194f
4 changed files with 13 additions and 13 deletions

View File

@ -1 +1 @@
#define TRI_VERSION "2.5.0-alpha2"
#define TRI_VERSION "2.6.0-devel"

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.69 for triAGENS ArangoDB 2.5.0-alpha2.
# Generated by GNU Autoconf 2.69 for triAGENS ArangoDB 2.6.0-devel.
#
# Report bugs to <info@arangodb.com>.
#
@ -580,8 +580,8 @@ MAKEFLAGS=
# Identity of this package.
PACKAGE_NAME='triAGENS ArangoDB'
PACKAGE_TARNAME='arangodb'
PACKAGE_VERSION='2.5.0-alpha2'
PACKAGE_STRING='triAGENS ArangoDB 2.5.0-alpha2'
PACKAGE_VERSION='2.6.0-devel'
PACKAGE_STRING='triAGENS ArangoDB 2.6.0-devel'
PACKAGE_BUGREPORT='info@arangodb.com'
PACKAGE_URL='https://www.arangodb.com'
@ -1406,7 +1406,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 ArangoDB 2.5.0-alpha2 to adapt to many kinds of systems.
\`configure' configures triAGENS ArangoDB 2.6.0-devel to adapt to many kinds of systems.
Usage: $0 [OPTION]... [VAR=VALUE]...
@ -1477,7 +1477,7 @@ fi
if test -n "$ac_init_help"; then
case $ac_init_help in
short | recursive ) echo "Configuration of triAGENS ArangoDB 2.5.0-alpha2:";;
short | recursive ) echo "Configuration of triAGENS ArangoDB 2.6.0-devel:";;
esac
cat <<\_ACEOF
@ -1606,7 +1606,7 @@ fi
test -n "$ac_init_help" && exit $ac_status
if $ac_init_version; then
cat <<\_ACEOF
triAGENS ArangoDB configure 2.5.0-alpha2
triAGENS ArangoDB configure 2.6.0-devel
generated by GNU Autoconf 2.69
Copyright (C) 2012 Free Software Foundation, Inc.
@ -2138,7 +2138,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 ArangoDB $as_me 2.5.0-alpha2, which was
It was created by triAGENS ArangoDB $as_me 2.6.0-devel, which was
generated by GNU Autoconf 2.69. Invocation command line was
$ $0 $@
@ -3382,7 +3382,7 @@ fi
# Define the identity of the package.
PACKAGE='arangodb'
VERSION='2.5.0-alpha2'
VERSION='2.6.0-devel'
cat >>confdefs.h <<_ACEOF
@ -9177,7 +9177,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 ArangoDB $as_me 2.5.0-alpha2, which was
This file was extended by triAGENS ArangoDB $as_me 2.6.0-devel, which was
generated by GNU Autoconf 2.69. Invocation command line was
CONFIG_FILES = $CONFIG_FILES
@ -9244,7 +9244,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 ArangoDB config.status 2.5.0-alpha2
triAGENS ArangoDB config.status 2.6.0-devel
configured by $0, generated by GNU Autoconf 2.69,
with options \\"\$ac_cs_config\\"

View File

@ -6,7 +6,7 @@ dnl ============================================================================
dnl --SECTION-- triAGENS GmbH Build Environment
dnl ============================================================================
AC_INIT([triAGENS ArangoDB], [2.5.0-alpha2], [info@arangodb.com], [arangodb], [https://www.arangodb.com])
AC_INIT([triAGENS ArangoDB], [2.6.0-devel], [info@arangodb.com], [arangodb], [https://www.arangodb.com])
dnl ----------------------------------------------------------------------------
dnl auxillary directory for install-sh and missing

View File

@ -70,7 +70,7 @@ function DatabaseSuite () {
////////////////////////////////////////////////////////////////////////////////
testVersion : function () {
assertMatch(/(^2\.3)|(-devel$)/, internal.db._version());
assertMatch(/(^2\.5)|(-devel$)/, internal.db._version());
},
////////////////////////////////////////////////////////////////////////////////