From cbccb7777792cb4bf8dd8716929f4e28ea6cf718 Mon Sep 17 00:00:00 2001 From: Adithya Kumar Date: Mon, 23 May 2022 17:46:22 +0530 Subject: [PATCH] Bump the version to the next major release target & run autoreconf --- configure | 18 +++++++++--------- configure.ac | 2 +- streamly.cabal | 2 +- 3 files changed, 11 insertions(+), 11 deletions(-) diff --git a/configure b/configure index c9792df28..5aeb4685b 100755 --- a/configure +++ b/configure @@ -1,6 +1,6 @@ #! /bin/sh # Guess values for system-dependent variables and create Makefiles. -# Generated by GNU Autoconf 2.71 for streamly 0.8.2. +# Generated by GNU Autoconf 2.71 for streamly 0.9.0. # # Report bugs to . # @@ -610,8 +610,8 @@ MAKEFLAGS= # Identity of this package. PACKAGE_NAME='streamly' PACKAGE_TARNAME='streamly' -PACKAGE_VERSION='0.8.2' -PACKAGE_STRING='streamly 0.8.2' +PACKAGE_VERSION='0.9.0' +PACKAGE_STRING='streamly 0.9.0' PACKAGE_BUGREPORT='streamly@composewell.com' PACKAGE_URL='https://streamly.composewell.com' @@ -1224,7 +1224,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 streamly 0.8.2 to adapt to many kinds of systems. +\`configure' configures streamly 0.9.0 to adapt to many kinds of systems. Usage: $0 [OPTION]... [VAR=VALUE]... @@ -1286,7 +1286,7 @@ fi if test -n "$ac_init_help"; then case $ac_init_help in - short | recursive ) echo "Configuration of streamly 0.8.2:";; + short | recursive ) echo "Configuration of streamly 0.9.0:";; esac cat <<\_ACEOF @@ -1372,7 +1372,7 @@ fi test -n "$ac_init_help" && exit $ac_status if $ac_init_version; then cat <<\_ACEOF -streamly configure 0.8.2 +streamly configure 0.9.0 generated by GNU Autoconf 2.71 Copyright (C) 2021 Free Software Foundation, Inc. @@ -1500,7 +1500,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 streamly $as_me 0.8.2, which was +It was created by streamly $as_me 0.9.0, which was generated by GNU Autoconf 2.71. Invocation command line was $ $0$ac_configure_args_raw @@ -3800,7 +3800,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 streamly $as_me 0.8.2, which was +This file was extended by streamly $as_me 0.9.0, which was generated by GNU Autoconf 2.71. Invocation command line was CONFIG_FILES = $CONFIG_FILES @@ -3856,7 +3856,7 @@ ac_cs_config_escaped=`printf "%s\n" "$ac_cs_config" | sed "s/^ //; s/'/'\\\\\\\\ cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 ac_cs_config='$ac_cs_config_escaped' ac_cs_version="\\ -streamly config.status 0.8.2 +streamly config.status 0.9.0 configured by $0, generated by GNU Autoconf 2.71, with options \\"\$ac_cs_config\\" diff --git a/configure.ac b/configure.ac index 3b026fcee..1228c93a2 100644 --- a/configure.ac +++ b/configure.ac @@ -3,7 +3,7 @@ # See https://www.gnu.org/software/autoconf/manual/autoconf.html for help on # the macros used in this file. -AC_INIT([streamly], [0.8.2], [streamly@composewell.com], [streamly], [https://streamly.composewell.com]) +AC_INIT([streamly], [0.9.0], [streamly@composewell.com], [streamly], [https://streamly.composewell.com]) # To suppress "WARNING: unrecognized options: --with-compiler" AC_ARG_WITH([compiler], [GHC]) diff --git a/streamly.cabal b/streamly.cabal index a28fdc09c..68d61e530 100644 --- a/streamly.cabal +++ b/streamly.cabal @@ -1,6 +1,6 @@ cabal-version: 2.2 name: streamly -version: 0.8.2 +version: 0.9.0 synopsis: Dataflow programming and declarative concurrency description: Browse the documentation at https://streamly.composewell.com.