1
0
Fork 0

release version 0.4.0

This commit is contained in:
Frank Celler 2012-04-28 20:24:14 +02:00
parent 4df17efc3f
commit f85fdc4803
6 changed files with 15 additions and 19 deletions

View File

@ -385,8 +385,6 @@ WIKI = \
JSModuleGraph \
JSModuleInternal \
JSModules \
JavaScriptFunc \
JavaScriptFuncIndex \
Key-Value \
OTWP \
Optimizer \

View File

@ -972,8 +972,6 @@ WIKI = \
JSModuleGraph \
JSModuleInternal \
JSModules \
JavaScriptFunc \
JavaScriptFuncIndex \
Key-Value \
OTWP \
Optimizer \
@ -3194,7 +3192,7 @@ unittests-http-server:
@ENABLE_MRUBY_TRUE@ @echo "--------------------------------------------------------------------------------"
@ENABLE_MRUBY_TRUE@ @echo
@ENABLE_MRUBY_TRUE@ cd @top_srcdir@/3rdParty/mruby && $(MAKE)
@ENABLE_MRUBY_TRUE@ cd @top_srcdir@/3rdParty/mruby && $(MAKE) -j1
@ENABLE_MRUBY_TRUE@ touch .mruby-build-@TRI_BITS@

View File

@ -1 +1 @@
0.3.13
0.4.0

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.13.
# Generated by GNU Autoconf 2.68 for triAGENS AvocadoDB 0.4.0.
#
# 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.13'
PACKAGE_STRING='triAGENS AvocadoDB 0.3.13'
PACKAGE_VERSION='0.4.0'
PACKAGE_STRING='triAGENS AvocadoDB 0.4.0'
PACKAGE_BUGREPORT='info@triagens.de'
PACKAGE_URL='http://www.avocadodb.org'
@ -1398,7 +1398,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.13 to adapt to many kinds of systems.
\`configure' configures triAGENS AvocadoDB 0.4.0 to adapt to many kinds of systems.
Usage: $0 [OPTION]... [VAR=VALUE]...
@ -1469,7 +1469,7 @@ fi
if test -n "$ac_init_help"; then
case $ac_init_help in
short | recursive ) echo "Configuration of triAGENS AvocadoDB 0.3.13:";;
short | recursive ) echo "Configuration of triAGENS AvocadoDB 0.4.0:";;
esac
cat <<\_ACEOF
@ -1622,7 +1622,7 @@ fi
test -n "$ac_init_help" && exit $ac_status
if $ac_init_version; then
cat <<\_ACEOF
triAGENS AvocadoDB configure 0.3.13
triAGENS AvocadoDB configure 0.4.0
generated by GNU Autoconf 2.68
Copyright (C) 2010 Free Software Foundation, Inc.
@ -2087,7 +2087,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.13, which was
It was created by triAGENS AvocadoDB $as_me 0.4.0, which was
generated by GNU Autoconf 2.68. Invocation command line was
$ $0 $@
@ -3214,7 +3214,7 @@ fi
# Define the identity of the package.
PACKAGE='avocado'
VERSION='0.3.13'
VERSION='0.4.0'
cat >>confdefs.h <<_ACEOF
@ -10112,7 +10112,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.13, which was
This file was extended by triAGENS AvocadoDB $as_me 0.4.0, which was
generated by GNU Autoconf 2.68. Invocation command line was
CONFIG_FILES = $CONFIG_FILES
@ -10179,7 +10179,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.13
triAGENS AvocadoDB config.status 0.4.0
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.13], [info@triagens.de], [avocado], [http://www.avocadodb.org])
AC_INIT([triAGENS AvocadoDB], [0.4.0], [info@triagens.de], [avocado], [http://www.avocadodb.org])
dnl ----------------------------------------------------------------------------
dnl auxillary directory for install-sh and missing

View File

@ -28,5 +28,5 @@ make configure
git commit -m "release version $VERSION" -a
git push
git tag "v$VERSION"
git push --tags
#git tag "v$VERSION"
#git push --tags