From 869507d9c4c100498045d25d674f4b303823dcab Mon Sep 17 00:00:00 2001 From: "Joachim Wuttke (o)" <j.wuttke@fz-juelich.de> Date: Thu, 23 Jan 2014 15:39:38 +0100 Subject: [PATCH] Starting post-2.1.8f --- pub/configure | 20 ++++++++++---------- pub/configure.ac | 2 +- 2 files changed, 11 insertions(+), 11 deletions(-) diff --git a/pub/configure b/pub/configure index 084cecd7..41f0802c 100755 --- a/pub/configure +++ b/pub/configure @@ -1,6 +1,6 @@ #! /bin/sh # Guess values for system-dependent variables and create Makefiles. -# Generated by GNU Autoconf 2.69 for frida 2.1.8f. +# Generated by GNU Autoconf 2.69 for frida post-2.1.8f. # # Report bugs to <j.wuttke@fz-juelich.de>. # @@ -580,8 +580,8 @@ MAKEFLAGS= # Identity of this package. PACKAGE_NAME='frida' PACKAGE_TARNAME='frida' -PACKAGE_VERSION='2.1.8f' -PACKAGE_STRING='frida 2.1.8f' +PACKAGE_VERSION='post-2.1.8f' +PACKAGE_STRING='frida post-2.1.8f' PACKAGE_BUGREPORT='j.wuttke@fz-juelich.de' PACKAGE_URL='' @@ -1285,7 +1285,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 frida 2.1.8f to adapt to many kinds of systems. +\`configure' configures frida post-2.1.8f to adapt to many kinds of systems. Usage: $0 [OPTION]... [VAR=VALUE]... @@ -1351,7 +1351,7 @@ fi if test -n "$ac_init_help"; then case $ac_init_help in - short | recursive ) echo "Configuration of frida 2.1.8f:";; + short | recursive ) echo "Configuration of frida post-2.1.8f:";; esac cat <<\_ACEOF @@ -1451,7 +1451,7 @@ fi test -n "$ac_init_help" && exit $ac_status if $ac_init_version; then cat <<\_ACEOF -frida configure 2.1.8f +frida configure post-2.1.8f generated by GNU Autoconf 2.69 Copyright (C) 2012 Free Software Foundation, Inc. @@ -1874,7 +1874,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 frida $as_me 2.1.8f, which was +It was created by frida $as_me post-2.1.8f, which was generated by GNU Autoconf 2.69. Invocation command line was $ $0 $@ @@ -2745,7 +2745,7 @@ fi # Define the identity of the package. PACKAGE='frida' - VERSION='2.1.8f' + VERSION='post-2.1.8f' cat >>confdefs.h <<_ACEOF @@ -6825,7 +6825,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 frida $as_me 2.1.8f, which was +This file was extended by frida $as_me post-2.1.8f, which was generated by GNU Autoconf 2.69. Invocation command line was CONFIG_FILES = $CONFIG_FILES @@ -6891,7 +6891,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="\\ -frida config.status 2.1.8f +frida config.status post-2.1.8f configured by $0, generated by GNU Autoconf 2.69, with options \\"\$ac_cs_config\\" diff --git a/pub/configure.ac b/pub/configure.ac index 8a3b5f26..5d744123 100644 --- a/pub/configure.ac +++ b/pub/configure.ac @@ -9,7 +9,7 @@ ## Generic initialization ## ################################################################################ -AC_INIT([frida],[2.1.8f],[j.wuttke@fz-juelich.de]) +AC_INIT([frida],[post-2.1.8f],[j.wuttke@fz-juelich.de]) # ^^^^^ delete "post-" for public releases # project name must be "frida"; this determines the installation directories -- GitLab