From 3a100080c234e07e9b6157ed56a346485c562582 Mon Sep 17 00:00:00 2001 From: Klemek Date: Thu, 5 Jun 2025 15:06:58 +0200 Subject: [PATCH] margen v1.2.0 --- configure | 20 ++++++++++---------- configure.ac | 2 +- 2 files changed, 11 insertions(+), 11 deletions(-) diff --git a/configure b/configure index cfe8aa3..e249bc0 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 margen 1.1.0. +# Generated by GNU Autoconf 2.71 for margen 1.2.0. # # Report bugs to . # @@ -610,8 +610,8 @@ MAKEFLAGS= # Identity of this package. PACKAGE_NAME='margen' PACKAGE_TARNAME='margen' -PACKAGE_VERSION='1.1.0' -PACKAGE_STRING='margen 1.1.0' +PACKAGE_VERSION='1.2.0' +PACKAGE_STRING='margen 1.2.0' PACKAGE_BUGREPORT='klemek.dev@proton.me' PACKAGE_URL='' @@ -1299,7 +1299,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 margen 1.1.0 to adapt to many kinds of systems. +\`configure' configures margen 1.2.0 to adapt to many kinds of systems. Usage: $0 [OPTION]... [VAR=VALUE]... @@ -1366,7 +1366,7 @@ fi if test -n "$ac_init_help"; then case $ac_init_help in - short | recursive ) echo "Configuration of margen 1.1.0:";; + short | recursive ) echo "Configuration of margen 1.2.0:";; esac cat <<\_ACEOF @@ -1457,7 +1457,7 @@ fi test -n "$ac_init_help" && exit $ac_status if $ac_init_version; then cat <<\_ACEOF -margen configure 1.1.0 +margen configure 1.2.0 generated by GNU Autoconf 2.71 Copyright (C) 2021 Free Software Foundation, Inc. @@ -1566,7 +1566,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 margen $as_me 1.1.0, which was +It was created by margen $as_me 1.2.0, which was generated by GNU Autoconf 2.71. Invocation command line was $ $0$ac_configure_args_raw @@ -2835,7 +2835,7 @@ fi # Define the identity of the package. PACKAGE='margen' - VERSION='1.1.0' + VERSION='1.2.0' printf "%s\n" "#define PACKAGE \"$PACKAGE\"" >>confdefs.h @@ -4820,7 +4820,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 margen $as_me 1.1.0, which was +This file was extended by margen $as_me 1.2.0, which was generated by GNU Autoconf 2.71. Invocation command line was CONFIG_FILES = $CONFIG_FILES @@ -4879,7 +4879,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="\\ -margen config.status 1.1.0 +margen config.status 1.2.0 configured by $0, generated by GNU Autoconf 2.71, with options \\"\$ac_cs_config\\" diff --git a/configure.ac b/configure.ac index ddaaff9..8abbff4 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -AC_INIT([margen], [1.1.0], [klemek.dev@proton.me]) +AC_INIT([margen], [1.2.0], [klemek.dev@proton.me]) AM_INIT_AUTOMAKE AC_PROG_CC AC_CHECK_HEADERS([stdio.h])