Skip to content

Commit

Permalink
Build: Bump version number to 17.2.5
Browse files Browse the repository at this point in the history
  • Loading branch information
joergsteffens committed Feb 12, 2018
1 parent 79c0558 commit 0e3298c
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 15 deletions.
18 changes: 9 additions & 9 deletions 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.4.
# Generated by GNU Autoconf 2.69 for bareos 17.2.5.
#
#
# Copyright (C) 1992-1996, 1998-2012 Free Software Foundation, Inc.
Expand Down Expand Up @@ -587,8 +587,8 @@ MAKEFLAGS=
# Identity of this package.
PACKAGE_NAME='bareos'
PACKAGE_TARNAME='bareos'
PACKAGE_VERSION='17.2.4'
PACKAGE_STRING='bareos 17.2.4'
PACKAGE_VERSION='17.2.5'
PACKAGE_STRING='bareos 17.2.5'
PACKAGE_BUGREPORT=''
PACKAGE_URL=''

Expand Down Expand Up @@ -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.4 to adapt to many kinds of systems.
\`configure' configures bareos 17.2.5 to adapt to many kinds of systems.

Usage: $0 [OPTION]... [VAR=VALUE]...

Expand Down Expand Up @@ -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.4:";;
short | recursive ) echo "Configuration of bareos 17.2.5:";;
esac
cat <<\_ACEOF

Expand Down Expand Up @@ -1965,7 +1965,7 @@ fi
test -n "$ac_init_help" && exit $ac_status
if $ac_init_version; then
cat <<\_ACEOF
bareos configure 17.2.4
bareos configure 17.2.5
generated by GNU Autoconf 2.69

Copyright (C) 2012 Free Software Foundation, Inc.
Expand Down Expand Up @@ -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.4, which was
It was created by bareos $as_me 17.2.5, which was
generated by GNU Autoconf 2.69. Invocation command line was

$ $0 $@
Expand Down Expand Up @@ -34365,7 +34365,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.4, which was
This file was extended by bareos $as_me 17.2.5, which was
generated by GNU Autoconf 2.69. Invocation command line was

CONFIG_FILES = $CONFIG_FILES
Expand Down Expand Up @@ -34431,7 +34431,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.4
bareos config.status 17.2.5
configured by $0, generated by GNU Autoconf 2.69,
with options \\"\$ac_cs_config\\"

Expand Down
12 changes: 6 additions & 6 deletions src/include/version.h
@@ -1,19 +1,19 @@
#undef VERSION
#define VERSION "17.2.4"
#define BDATE "21 Sep 2017"
#define LSMDATE "21Sep17"
#define VERSION "17.2.5"
#define BDATE "14 Feb 2018"
#define LSMDATE "14Feb18"

#define PROG_COPYRIGHT "Copyright (C) %d-2012 Free Software Foundation Europe e.V.\n" \
"Copyright (C) 2010-2017 Planets Communications B.V.\n" \
"Copyright (C) 2013-2017 Bareos GmbH & Co. KG\n"
#define BYEAR "2017" /* year for copyright messages in programs */
"Copyright (C) 2013-2018 Bareos GmbH & Co. KG\n"
#define BYEAR "2018" /* year for copyright messages in programs */

/*
BAREOS® - Backup Archiving REcovery Open Sourced
Copyright (C) 2000-2013 Free Software Foundation Europe e.V.
Copyright (C) 2010-2017 Planets Communications B.V.
Copyright (C) 2013-2017 Bareos GmbH & Co. KG
Copyright (C) 2013-2018 Bareos GmbH & Co. KG
This program is Free Software; you can redistribute it and/or
modify it under the terms of version three of the GNU Affero General Public
Expand Down

0 comments on commit 0e3298c

Please sign in to comment.