From 92813b66d2a165a0c6c7386d9aa17f28c7f14dc6 Mon Sep 17 00:00:00 2001 From: Joerg Steffens Date: Mon, 2 Oct 2017 17:13:37 +0200 Subject: [PATCH] Build: Bump version number to 17.4.1 --- configure | 18 +++++++++--------- src/include/version.h | 20 ++++++++++---------- 2 files changed, 19 insertions(+), 19 deletions(-) diff --git a/configure b/configure index d759ed0bc3a..8f5ba109419 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.69 for bareos 17.2.3. +# Generated by GNU Autoconf 2.69 for bareos 17.4.1. # # # Copyright (C) 1992-1996, 1998-2012 Free Software Foundation, Inc. @@ -587,8 +587,8 @@ MAKEFLAGS= # Identity of this package. PACKAGE_NAME='bareos' PACKAGE_TARNAME='bareos' -PACKAGE_VERSION='17.2.3' -PACKAGE_STRING='bareos 17.2.3' +PACKAGE_VERSION='17.4.1' +PACKAGE_STRING='bareos 17.4.1' PACKAGE_BUGREPORT='' PACKAGE_URL='' @@ -1660,7 +1660,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 bareos 17.2.3 to adapt to many kinds of systems. +\`configure' configures bareos 17.4.1 to adapt to many kinds of systems. Usage: $0 [OPTION]... [VAR=VALUE]... @@ -1730,7 +1730,7 @@ fi if test -n "$ac_init_help"; then case $ac_init_help in - short | recursive ) echo "Configuration of bareos 17.2.3:";; + short | recursive ) echo "Configuration of bareos 17.4.1:";; esac cat <<\_ACEOF @@ -1965,7 +1965,7 @@ fi test -n "$ac_init_help" && exit $ac_status if $ac_init_version; then cat <<\_ACEOF -bareos configure 17.2.3 +bareos configure 17.4.1 generated by GNU Autoconf 2.69 Copyright (C) 2012 Free Software Foundation, Inc. @@ -2920,7 +2920,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 bareos $as_me 17.2.3, which was +It was created by bareos $as_me 17.4.1, which was generated by GNU Autoconf 2.69. Invocation command line was $ $0 $@ @@ -34356,7 +34356,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 bareos $as_me 17.2.3, which was +This file was extended by bareos $as_me 17.4.1, which was generated by GNU Autoconf 2.69. Invocation command line was CONFIG_FILES = $CONFIG_FILES @@ -34422,7 +34422,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="\\ -bareos config.status 17.2.3 +bareos config.status 17.4.1 configured by $0, generated by GNU Autoconf 2.69, with options \\"\$ac_cs_config\\" diff --git a/src/include/version.h b/src/include/version.h index 5bb12b37232..8e1ee9180df 100644 --- a/src/include/version.h +++ b/src/include/version.h @@ -1,7 +1,7 @@ #undef VERSION -#define VERSION "17.2.3" -#define BDATE "14 Aug 2017" -#define LSMDATE "14Aug17" +#define VERSION "17.4.1" +#define BDATE "01 Oct 2017" +#define LSMDATE "01Oct17" #define PROG_COPYRIGHT "Copyright (C) %d-2012 Free Software Foundation Europe e.V.\n" \ "Copyright (C) 2013-2017 Bareos GmbH & Co. KG\n" @@ -31,13 +31,13 @@ /* Shared object library versions */ /* Uncomment to overwrite default value from VERSION */ -/* #define LIBBAREOS_LT_RELEASE "17.2.3" */ -/* #define LIBBAREOSCFG_LT_RELEASE "17.2.3" */ -/* #define LIBBAREOSSQL_LT_RELEASE "17.2.3" */ -/* #define LIBBAREOSCATS_LT_RELEASE "17.2.3" */ -/* #define LIBBAREOSNDMP_LT_RELEASE "17.2.3" */ -/* #define LIBBAREOSLMDB_LT_RELEASE "17.2.3" */ -/* #define LIBBAREOSSD_LT_RELEASE "17.2.3" */ +/* #define LIBBAREOS_LT_RELEASE "17.4.1" */ +/* #define LIBBAREOSCFG_LT_RELEASE "17.4.1" */ +/* #define LIBBAREOSSQL_LT_RELEASE "17.4.1" */ +/* #define LIBBAREOSCATS_LT_RELEASE "17.4.1" */ +/* #define LIBBAREOSNDMP_LT_RELEASE "17.4.1" */ +/* #define LIBBAREOSLMDB_LT_RELEASE "17.4.1" */ +/* #define LIBBAREOSSD_LT_RELEASE "17.4.1" */ /* Debug flags */ #undef DEBUG