Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/bareos/bareos.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStephan Duehr <stephan.duehr@bareos.com>2018-07-06 16:08:32 +0300
committerStephan Duehr <stephan.duehr@bareos.com>2018-07-06 16:08:32 +0300
commitc533f28be9c3c96e73d422059803e08407ac0afb (patch)
tree5744db9b52b6db29ed6418b077c29ef7b7349f25
parent7995c82a0368f0ba8d978d61675ccf0706ea8e23 (diff)
Build: Bump version number.Release/16.2.8
-rwxr-xr-xconfigure18
-rw-r--r--src/include/version.h10
2 files changed, 14 insertions, 14 deletions
diff --git a/configure b/configure
index 6f4d542df..f2550522e 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 16.2.7.
+# Generated by GNU Autoconf 2.69 for bareos 16.2.8.
#
#
# 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='16.2.7'
-PACKAGE_STRING='bareos 16.2.7'
+PACKAGE_VERSION='16.2.8'
+PACKAGE_STRING='bareos 16.2.8'
PACKAGE_BUGREPORT=''
PACKAGE_URL=''
@@ -1652,7 +1652,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 16.2.7 to adapt to many kinds of systems.
+\`configure' configures bareos 16.2.8 to adapt to many kinds of systems.
Usage: $0 [OPTION]... [VAR=VALUE]...
@@ -1721,7 +1721,7 @@ fi
if test -n "$ac_init_help"; then
case $ac_init_help in
- short | recursive ) echo "Configuration of bareos 16.2.7:";;
+ short | recursive ) echo "Configuration of bareos 16.2.8:";;
esac
cat <<\_ACEOF
@@ -1956,7 +1956,7 @@ fi
test -n "$ac_init_help" && exit $ac_status
if $ac_init_version; then
cat <<\_ACEOF
-bareos configure 16.2.7
+bareos configure 16.2.8
generated by GNU Autoconf 2.69
Copyright (C) 2012 Free Software Foundation, Inc.
@@ -2911,7 +2911,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 16.2.7, which was
+It was created by bareos $as_me 16.2.8, which was
generated by GNU Autoconf 2.69. Invocation command line was
$ $0 $@
@@ -34357,7 +34357,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 16.2.7, which was
+This file was extended by bareos $as_me 16.2.8, which was
generated by GNU Autoconf 2.69. Invocation command line was
CONFIG_FILES = $CONFIG_FILES
@@ -34423,7 +34423,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 16.2.7
+bareos config.status 16.2.8
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 4647e1aa0..10a1d73c4 100644
--- a/src/include/version.h
+++ b/src/include/version.h
@@ -1,12 +1,12 @@
#undef VERSION
-#define VERSION "16.2.7"
-#define BDATE "09 October 2017"
-#define LSMDATE "09Oct17"
+#define VERSION "16.2.8"
+#define BDATE "06 July 2018"
+#define LSMDATE "06Jul18"
#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